runtime._type.nameOff (method)
11 uses
runtime (current package)
heapdump.go#L197: if x := t.uncommon(); x == nil || t.nameOff(x.pkgpath).name() == "" {
heapdump.go#L200: pkgpathstr := t.nameOff(x.pkgpath).name()
iface.go#L43: name := inter.typ.nameOff(inter.mhdr[0].name)
iface.go#L210: name := inter.typ.nameOff(i.name)
iface.go#L218: tname := typ.nameOff(t.name)
iface.go#L222: pkgPath = typ.nameOff(x.pkgpath).name()
type.go#L51: s := t.nameOff(t.str).name()
type.go#L138: return t.nameOff(u.pkgpath).name()
type.go#L215: func (t *_type) nameOff(off nameOff) name {
type.go#L622: pkgpatht := t.nameOff(ut.pkgpath).name()
type.go#L623: pkgpathv := v.nameOff(uv.pkgpath).name()
![]() |
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. |