internal/abi.UncommonType.PkgPath (field)
11 uses
internal/abi (current package)
type.go#L232: 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#L695: return t.nameOff(ut.PkgPath).Name()
type.go#L1501: vmPkgPath = nameOffFor(V, v.PkgPath).Name()
runtime
heapdump.go#L199: if x := t.Uncommon(); x == nil || rt.nameOff(x.PkgPath).Name() == "" {
heapdump.go#L202: pkgpath := rt.nameOff(x.PkgPath).Name()
iface.go#L236: pkgPath = rtyp.nameOff(x.PkgPath).Name()
type.go#L70: return t.nameOff(u.PkgPath).Name()
type.go#L539: pkgpatht := rt.nameOff(ut.PkgPath).Name()
type.go#L540: pkgpathv := rv.nameOff(uv.PkgPath).Name()
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)