const reflect.Uint64

36 uses

	reflect (current package)
		abi.go#L204: 	case Int64, Uint64:
		deepequal.go#L162: 	case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		iter.go#L66: 	case Uint64:
		type.go#L312: 	Uint64
		type.go#L511: 	Uint64:        "uint64",
		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#L1813: 	case Uint64:
		value.go#L2012: 	case Uint, Uintptr, Uint8, Uint16, Uint32, Uint64:
		value.go#L2297: 	case Uint64:
		value.go#L2533: 	case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		value.go#L2554: 	case Uint64:
		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/binary
		binary.go#L752: 		reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64,
		binary.go#L893: 	case reflect.Uint64:
		binary.go#L958: 	case reflect.Uint64:

	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: