const reflect.Uint64

84 uses

	reflect (current package)
		abi.go#L205: 	case Int64, Uint64:
		deepequal.go#L161: 	case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		type.go#L253: 	Uint64
		type.go#L653: 	Uint64:        "uint64",
		type.go#L2156: 	case Bool, Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr, Chan, Pointer, String, UnsafePointer:
		type.go#L2180: 	case Bool, Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr, Chan, Pointer, UnsafePointer:
		value.go#L1526: 	case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		value.go#L1949: 	case Uint, Uintptr, Uint8, Uint16, Uint32, Uint64:
		value.go#L2273: 	case Uint64:
		value.go#L2484: 	case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		value.go#L2505: 	case Uint64:
		value.go#L3106: 		case Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		value.go#L3114: 	case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		value.go#L3116: 		case Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		value.go#L3128: 		case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:

	database/sql
		convert.go#L356: 			reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64,
		convert.go#L441: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64:
		convert.go#L509: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64:
		convert.go#L525: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64:

	database/sql/driver
		types.go#L89: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64:
		types.go#L117: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64:
		types.go#L270: 	case reflect.Uint64:

	encoding/binary
		binary.go#L447: 		reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64,
		binary.go#L588: 	case reflect.Uint64:
		binary.go#L650: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		binary.go#L658: 		case reflect.Uint64:

	encoding/json
		decode.go#L642: 			reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		decode.go#L803: 				case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		decode.go#L1015: 		case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		encode.go#L349: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		encode.go#L440: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		encode.go#L824: 		reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		encode.go#L1023: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		encode.go#L1283: 						reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr,

	encoding/xml
		marshal.go#L762: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		marshal.go#L863: 			case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		marshal.go#L1054: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		read.go#L407: 	case reflect.Bool, reflect.Float32, reflect.Float64, reflect.Int, reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64, reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr, reflect.String:
		read.go#L628: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:

	fmt
		print.go#L746: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		print.go#L902: 			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:

	github.com/go-pg/pg/v10/orm
		table.go#L477: 	} else if field.SQLType == pgTypeBigint && field.Type.Kind() == reflect.Uint64 {
		table.go#L1259: 	case reflect.Uint, reflect.Uint64:

	github.com/go-pg/pg/v10/types
		append_value.go#L40: 		reflect.Uint64:        appendUintValue,
		scan_value.go#L43: 		reflect.Uint64:        scanUint64Value,

	github.com/go-pg/zerochecker
		zerochecker.go#L39: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:

	github.com/golang/protobuf/proto
		extensions.go#L328: 	case reflect.Bool, reflect.Int32, reflect.Int64, reflect.Uint32, reflect.Uint64, reflect.Float32, reflect.Float64, reflect.String:

	github.com/google/go-cmp/cmp
		compare.go#L274: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		report_reflect.go#L167: 	case reflect.Uint, reflect.Uint16, reflect.Uint32, reflect.Uint64:
		report_slices.go#L62: 			reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr,
		report_slices.go#L306: 					case reflect.Uint, reflect.Uint16, reflect.Uint32, reflect.Uint64:

	github.com/google/go-cmp/cmp/internal/value
		name.go#L48: 		reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr,
		sort.go#L42: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:

	github.com/vmihailenco/msgpack/v5
		decode_value.go#L30: 		reflect.Uint64:        decodeUint64Value,
		encode_value.go#L24: 		reflect.Uint64:        encodeUint64CondValue,
		types.go#L342: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:

	google.golang.org/protobuf/internal/descfmt
		stringer.go#L235: 		case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64:

	google.golang.org/protobuf/internal/encoding/tag
		tag.go#L62: 			case reflect.Uint64:
		tag.go#L86: 			case reflect.Uint64:

	google.golang.org/protobuf/internal/impl
		codec_map.go#L293: 		case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		codec_tables.go#L77: 			if ft.Kind() == reflect.Uint64 {
		codec_tables.go#L97: 			if ft.Kind() == reflect.Uint64 {
		codec_tables.go#L168: 			if ft.Kind() == reflect.Uint64 {
		codec_tables.go#L188: 			if ft.Kind() == reflect.Uint64 {
		codec_tables.go#L233: 			if ft.Kind() == reflect.Uint64 {
		codec_tables.go#L253: 			if ft.Kind() == reflect.Uint64 {
		codec_tables.go#L313: 			if ft.Kind() == reflect.Uint64 {
		codec_tables.go#L333: 			if ft.Kind() == reflect.Uint64 {
		codec_tables.go#L383: 			if ft.Kind() == reflect.Uint64 {
		codec_tables.go#L403: 			if ft.Kind() == reflect.Uint64 {
		convert.go#L116: 		if t.Kind() == reflect.Uint64 {
		legacy_extension.go#L43: 	case reflect.Bool, reflect.Int32, reflect.Int64, reflect.Uint32, reflect.Uint64, reflect.Float32, reflect.Float64, reflect.String:
		legacy_message.go#L196: 			case reflect.Bool, reflect.Int32, reflect.Int64, reflect.Uint32, reflect.Uint64, reflect.Float32, reflect.Float64, reflect.String:
		message_reflect_field.go#L289: 			case reflect.Uint32, reflect.Uint64:
		message_reflect_field.go#L515: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:

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

	text/template
		exec.go#L336: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		exec.go#L885: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		funcs.go#L179: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		funcs.go#L191: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		funcs.go#L427: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:

	vendor/golang.org/x/crypto/cryptobyte
		asn1.go#L284: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64:
		asn1.go#L674: 			reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64: