const internal/abi.Pointer

13 uses

	internal/abi (current package)
		type.go#L66: 	Pointer
		type.go#L156: 	Pointer:       "ptr",
		type.go#L294: 	case Pointer:
		type.go#L357: 	case Pointer:

	internal/reflectlite
		type.go#L80: const Ptr = abi.Pointer
		value.go#L243: 	case abi.Pointer:
		value.go#L292: 	case abi.Chan, abi.Func, abi.Map, abi.Pointer, abi.UnsafePointer:

	reflect
		type.go#L1078: 					if ntyp.Kind() == abi.Pointer {
		type.go#L2200: 			if f.Typ.Kind() == abi.Pointer {
		type.go#L2203: 				if k := elem.Kind(); k == abi.Pointer || k == abi.Interface {
		value.go#L3520: 		if dst.Kind() == abi.Pointer && dst.Elem().Kind() == abi.Array && src.Elem() == dst.Elem().Elem() {
		value.go#L3541: 	if dst.Kind() == abi.Pointer && nameFor(dst) == "" &&
		value.go#L3542: 		src.Kind() == abi.Pointer && nameFor(src) == "" &&