const reflect.Uint32

100 uses

	reflect (current package)
		type.go#L245: 	Uint32
		type.go#L609: 	Uint32:        "uint32",
		type.go#L2093: 	case Bool, Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr, Chan, Ptr, String, UnsafePointer:
		type.go#L2117: 	case Bool, Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr, Chan, Ptr, UnsafePointer:
		value.go#L1106: 	case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		value.go#L1425: 	case Uint, Uintptr, Uint8, Uint16, Uint32, Uint64:
		value.go#L1726: 	case Uint32:
		value.go#L1948: 	case Uint32:
		value.go#L2474: 		case Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		value.go#L2482: 	case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		value.go#L2484: 		case Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		value.go#L2496: 		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#L268: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32:

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

	encoding/gob
		dec_helpers.go#L28: 	reflect.Uint32:     decUint32Array,
		dec_helpers.go#L47: 	reflect.Uint32:     decUint32Slice,
		decode.go#L768: 	reflect.Uint32:     decUint32,
		decode.go#L998: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		enc_helpers.go#L27: 	reflect.Uint32:     encUint32Array,
		enc_helpers.go#L46: 	reflect.Uint32:     encUint32Slice,
		encode.go#L455: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		encode.go#L504: 	reflect.Uint32:     encUint,
		type.go#L460: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:

	encoding/json
		decode.go#L639: 			reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		decode.go#L794: 				case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		decode.go#L1004: 		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#L823: 		reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		encode.go#L1021: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		encode.go#L1282: 						reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr,

	encoding/xml
		marshal.go#L758: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		marshal.go#L859: 			case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		marshal.go#L1050: 	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-git/gcfg
		set.go#L161: 	reflect.Uint32:  intSetter,

	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#L273: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		report_reflect.go#L160: 	case reflect.Uint, reflect.Uint16, reflect.Uint32, reflect.Uint64:
		report_slices.go#L54: 			reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr,
		report_slices.go#L269: 					case reflect.Uint, reflect.Uint16, reflect.Uint32, reflect.Uint64:

	github.com/google/go-cmp/cmp/internal/value
		name.go#L41: 		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:
		zero.go#L20: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:

	github.com/imdario/mergo
		mergo.go#L44: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:

	github.com/jackc/pgtype
		convert.go#L50: 	case reflect.Uint32:
		convert.go#L299: 				case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64:
		convert.go#L345: 				case reflect.Int, reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64, reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64:
		convert.go#L451: 		reflect.Uint32:  reflect.TypeOf(uint32(0)),

	github.com/jackc/pgx/v4
		values.go#L266: 	case reflect.Uint32:

	go.opentelemetry.io/otel/label
		kv.go#L129: 	case reflect.Uint32:

	golang.org/x/crypto/ssh
		messages.go#L430: 		case reflect.Uint32:
		messages.go#L525: 		case reflect.Uint32:

	golang.org/x/pkgsite/internal/godoc/codec
		generate.go#L322: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		generate.go#L392: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:

	google.golang.org/api/internal/gensupport
		json.go#L203: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:

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

	google.golang.org/protobuf/internal/encoding/tag
		tag.go#L60: 			case reflect.Uint32:
		tag.go#L77: 			case reflect.Uint32:

	google.golang.org/protobuf/internal/impl
		codec_map.go#L294: 		case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		codec_tables.go#L65: 			if ft.Kind() == reflect.Uint32 {
		codec_tables.go#L85: 			if ft.Kind() == reflect.Uint32 {
		codec_tables.go#L156: 			if ft.Kind() == reflect.Uint32 {
		codec_tables.go#L176: 			if ft.Kind() == reflect.Uint32 {
		codec_tables.go#L221: 			if ft.Kind() == reflect.Uint32 {
		codec_tables.go#L241: 			if ft.Kind() == reflect.Uint32 {
		codec_tables.go#L301: 			if ft.Kind() == reflect.Uint32 {
		codec_tables.go#L321: 			if ft.Kind() == reflect.Uint32 {
		codec_tables.go#L371: 			if ft.Kind() == reflect.Uint32 {
		codec_tables.go#L391: 			if ft.Kind() == reflect.Uint32 {
		convert.go#L112: 		if t.Kind() == reflect.Uint32 {
		legacy_extension.go#L43: 	case reflect.Bool, reflect.Int32, reflect.Int64, reflect.Uint32, reflect.Uint64, reflect.Float32, reflect.Float64, reflect.String:
		legacy_message.go#L185: 			case reflect.Bool, reflect.Int32, reflect.Int64, reflect.Uint32, reflect.Uint64, reflect.Float32, reflect.Float64, reflect.String:
		message_reflect_field.go#L253: 			case reflect.Uint32, reflect.Uint64:

	gopkg.in/yaml.v2
		decode.go#L516: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		encode.go#L176: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		sorter.go#L88: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		sorter.go#L107: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		yaml.go#L449: 	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#L326: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		exec.go#L832: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		funcs.go#L176: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		funcs.go#L188: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		funcs.go#L442: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:

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