const google.golang.org/protobuf/reflect/protoreflect.Uint32Kind

34 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		proto.go#L249: 	Uint32Kind   Kind = 13
		proto.go#L269: 		Int32Kind, Sint32Kind, Uint32Kind,
		proto.go#L291: 	case Uint32Kind:
		proto.go#L335: 	case Uint32Kind:

	google.golang.org/protobuf/encoding/protojson
		decode.go#L327: 	case pref.Uint32Kind, pref.Fixed32Kind:
		decode.go#L676: 	case pref.Uint32Kind, pref.Fixed32Kind:
		encode.go#L252: 	case pref.Uint32Kind, pref.Fixed32Kind:
		encode.go#L346: 		case pref.Uint32Kind, pref.Fixed32Kind,

	google.golang.org/protobuf/encoding/prototext
		decode.go#L328: 	case pref.Uint32Kind, pref.Fixed32Kind:
		encode.go#L245: 	case pref.Uint32Kind, pref.Uint64Kind,

	google.golang.org/protobuf/internal/encoding/defval
		default.go#L79: 	case pref.Uint32Kind, pref.Fixed32Kind:
		default.go#L145: 	case pref.Uint32Kind, pref.Fixed32Kind, pref.Uint64Kind, pref.Fixed64Kind:

	google.golang.org/protobuf/internal/encoding/tag
		tag.go#L61: 				f.L1.Kind = pref.Uint32Kind
		tag.go#L146: 	case pref.BoolKind, pref.EnumKind, pref.Int32Kind, pref.Uint32Kind, pref.Int64Kind, pref.Uint64Kind:

	google.golang.org/protobuf/internal/filedesc
		desc.go#L587: 		case pref.Uint32Kind, pref.Fixed32Kind:

	google.golang.org/protobuf/internal/filetype
		build.go#L253: 	pref.Uint32Kind:   reflect.TypeOf(uint32(0)),

	google.golang.org/protobuf/internal/impl
		codec_gen.go#L5623: 	protoreflect.Uint32Kind:   protowire.VarintType,
		codec_tables.go#L64: 		case pref.Uint32Kind:
		codec_tables.go#L155: 		case pref.Uint32Kind:
		codec_tables.go#L220: 		case pref.Uint32Kind:
		codec_tables.go#L300: 		case pref.Uint32Kind:
		codec_tables.go#L370: 		case pref.Uint32Kind:
		codec_tables.go#L449: 		case pref.Uint32Kind:
		codec_tables.go#L491: 		case pref.Uint32Kind:
		codec_tables.go#L523: 		case pref.Uint32Kind:
		convert.go#L111: 	case pref.Uint32Kind, pref.Fixed32Kind:

	google.golang.org/protobuf/internal/mapsort
		mapsort.go#L29: 		case protoreflect.Uint32Kind, protoreflect.Fixed32Kind,

	google.golang.org/protobuf/proto
		decode_gen.go#L60: 	case protoreflect.Uint32Kind:
		decode_gen.go#L296: 	case protoreflect.Uint32Kind:
		encode_gen.go#L24: 	protoreflect.Uint32Kind:   protowire.VarintType,
		encode_gen.go#L50: 	case protoreflect.Uint32Kind:
		size_gen.go#L24: 	case protoreflect.Uint32Kind:

	github.com/golang/protobuf/proto
		text_decode.go#L411: 	case protoreflect.Uint32Kind, protoreflect.Fixed32Kind:
		text_encode.go#L310: 				case protoreflect.Uint32Kind, protoreflect.Fixed32Kind, protoreflect.Uint64Kind, protoreflect.Fixed64Kind: