internal/abi.UncommonType.PkgPath (field)
11 uses
internal/abi (current package)
type.go#L236: PkgPath NameOff // import path; empty for built-in types like int, string
internal/reflectlite
type.go#L279: return t.nameOff(ut.PkgPath).Name()
type.go#L486: vmPkgPath = rV.nameOff(v.PkgPath).Name()
reflect
type.go#L686: return t.nameOff(ut.PkgPath).Name()
type.go#L1485: 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#L236: pkgPath = rtyp.nameOff(x.PkgPath).Name()
type.go#L65: return t.nameOff(u.PkgPath).Name()
type.go#L534: pkgpatht := rt.nameOff(ut.PkgPath).Name()
type.go#L535: pkgpathv := rv.nameOff(uv.PkgPath).Name()
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)