internal/abi.StructType.PkgPath (field)

10 uses

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

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

	reflect
		type.go#L1120: 		f.PkgPath = t.PkgPath.Name()
		type.go#L1628: 		if t.PkgPath.Name() != v.PkgPath.Name() {
		type.go#L2439: 		typ.PkgPath = newName(pkgpath, "", false, false)

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