runtime._type.string (method)
32 uses
runtime (current package)
alg.go#L108: panic(errorString("hash of unhashable type " + t.string()))
alg.go#L125: panic(errorString("hash of unhashable type " + t.string()))
alg.go#L208: panic(errorString("hash of unhashable type " + t.string()))
alg.go#L266: panic(errorString("comparing uncomparable type " + t.string()))
alg.go#L283: panic(errorString("comparing uncomparable type " + t.string()))
error.go#L33: inter = e._interface.string()
error.go#L35: as := e.asserted.string()
error.go#L39: cs := e.concrete.string()
error.go#L256: typestring := eface._type.string()
heapdump.go#L198: dumpstr(t.string())
mbitmap.go#L703: println("runtime: typeBitsBulkBarrier with type ", typ.string(), " of size ", typ.size, " but memory size", size)
mbitmap.go#L707: println("runtime: typeBitsBulkBarrier with type ", typ.string(), " with GC prog")
mbitmap.go#L899: println("runtime: invalid type ", typ.string())
mbitmap.go#L1128: println("runtime: invalid type ", typ.string())
mbitmap.go#L1401: println("ended at wrong bitmap byte for", typ.string(), "x", dataSize/typ.size)
mbitmap.go#L1434: println("mismatch writing bits for", typ.string(), "x", dataSize/typ.size)
mfinal.go#L321: throw("runtime.SetFinalizer: first argument is " + etyp.string() + ", not pointer")
mfinal.go#L375: throw("runtime.SetFinalizer: second argument is " + ftyp.string() + ", not a function")
mfinal.go#L379: throw("runtime.SetFinalizer: cannot pass " + etyp.string() + " to finalizer " + ftyp.string() + " because dotdotdot")
mfinal.go#L382: throw("runtime.SetFinalizer: cannot pass " + etyp.string() + " to finalizer " + ftyp.string())
mfinal.go#L405: throw("runtime.SetFinalizer: cannot pass " + etyp.string() + " to finalizer " + ftyp.string())
mgcmark.go#L804: print(" live stkobj at", hex(state.stack.lo+uintptr(obj.off)), "of type", t.string())
mgcmark.go#L850: println(" dead stkobj at", hex(gp.stack.lo+uintptr(obj.off)), "of type", obj.typ.string())
mgcmark.go#L943: println("stkobj at", hex(ptr), "of type", obj.typ.string())
mprof.go#L848: print("tracealloc(", p, ", ", hex(size), ", ", typ.string(), ")\n")
type.go#L50: func (t *_type) string() string {
type.go#L124: s := t.string()
type.go#L613: if t.string() != v.string() {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |