const reflect.Uintptr

34 uses

	reflect (current package)
		abi.go#L202: 	case Bool, Int, Uint, Int8, Uint8, Int16, Uint16, Int32, Uint32, Uintptr:
		deepequal.go#L162: 	case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		iter.go#L68: 	case Uintptr:
		type.go#L313: 	Uintptr
		type.go#L512: 	Uintptr:       "uintptr",
		type.go#L896: 	case Uint, Uintptr, Uint8, Uint16, Uint32, Uint64:
		type.go#L906: 	case Int8, Int16, Int32, Int64, Int, Uint8, Uint16, Uint32, Uint64, Uint, Uintptr, Array, Slice, Chan, String, Map:
		type.go#L2062: 	case Bool, Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr, Chan, Pointer, String, UnsafePointer:
		type.go#L2086: 	case Bool, Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr, Chan, Pointer, UnsafePointer:
		type.go#L2232: 	case Int8, Int16, Int32, Int64, Int, Uint8, Uint16, Uint32, Uint64, Uint, Uintptr, Chan, Pointer, Bool, UnsafePointer:
		value.go#L1669: 	case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		value.go#L1815: 	case Uintptr:
		value.go#L2012: 	case Uint, Uintptr, Uint8, Uint16, Uint32, Uint64:
		value.go#L2299: 	case Uintptr:
		value.go#L2533: 	case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		value.go#L2556: 	case Uintptr:
		value.go#L3326: 	case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		value.go#L3373: 		case Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		value.go#L3381: 	case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		value.go#L3383: 		case Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		value.go#L3395: 		case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:

	encoding/json
		decode.go#L640: 			reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		decode.go#L797: 				case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		decode.go#L1010: 		case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		encode.go#L358: 		reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr,
		encode.go#L444: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		encode.go#L814: 		reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		encode.go#L993: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		encode.go#L1162: 						reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr,

	fmt
		print.go#L794: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		print.go#L948: 			case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		scan.go#L1029: 		case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:

	internal/fmtsort
		sort.go#L80: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:

	net/http
		h2_bundle.go#L4743: 	if rv := reflect.ValueOf(v); rv.Kind() == reflect.Uintptr {