internal/abi.UncommonType.PkgPath (field)
11 uses
internal/abi (current package)
type.go#L198: PkgPath NameOff // import path; empty for built-in types like int, string
internal/reflectlite
type.go#L289: return t.nameOff(ut.PkgPath).Name()
type.go#L497: vmPkgPath = rV.nameOff(v.PkgPath).Name()
reflect
type.go#L658: return t.nameOff(ut.PkgPath).Name()
type.go#L1338: vmPkgPath = nameOffFor(V, v.PkgPath).Name()
runtime
heapdump.go#L198: if x := t.Uncommon(); x == nil || rt.nameOff(x.PkgPath).Name() == "" {
heapdump.go#L201: pkgpath := rt.nameOff(x.PkgPath).Name()
iface.go#L224: pkgPath = rtyp.nameOff(x.PkgPath).Name()
type.go#L62: return t.nameOff(u.PkgPath).Name()
type.go#L355: pkgpatht := rt.nameOff(ut.PkgPath).Name()
type.go#L356: pkgpathv := rv.nameOff(uv.PkgPath).Name()
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |