internal/abi.StructType.PkgPath (field)

10 uses

	internal/abi (current package)
		type.go#L559: 	PkgPath Name

	internal/reflectlite
		type.go#L616: 		if t.PkgPath.Name() != v.PkgPath.Name() {

	reflect
		type.go#L980: 		f.PkgPath = t.PkgPath.Name()
		type.go#L1465: 		if t.PkgPath.Name() != v.PkgPath.Name() {
		type.go#L2438: 		typ.PkgPath = newName(pkgpath, "", false, false)

	runtime
		type.go#L67: 		return st.PkgPath.Name()
		type.go#L441: 		if st.PkgPath.Name() != sv.PkgPath.Name() {