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

34 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		proto.go#L247: 	Int32Kind    Kind = 5
		proto.go#L269: 		Int32Kind, Sint32Kind, Uint32Kind,
		proto.go#L287: 	case Int32Kind:
		proto.go#L331: 	case Int32Kind:

	google.golang.org/protobuf/encoding/protojson
		decode.go#L317: 	case pref.Int32Kind, pref.Sint32Kind, pref.Sfixed32Kind:
		decode.go#L666: 	case pref.Int32Kind, pref.Sint32Kind, pref.Sfixed32Kind:
		encode.go#L249: 	case pref.Int32Kind, pref.Sint32Kind, pref.Sfixed32Kind:
		encode.go#L342: 		case pref.Int32Kind, pref.Sint32Kind, pref.Sfixed32Kind,

	google.golang.org/protobuf/encoding/prototext
		decode.go#L318: 	case pref.Int32Kind, pref.Sint32Kind, pref.Sfixed32Kind:
		encode.go#L240: 	case pref.Int32Kind, pref.Int64Kind,

	google.golang.org/protobuf/internal/encoding/defval
		default.go#L71: 	case pref.Int32Kind, pref.Sint32Kind, pref.Sfixed32Kind:
		default.go#L143: 	case pref.Int32Kind, pref.Sint32Kind, pref.Sfixed32Kind, pref.Int64Kind, pref.Sint64Kind, pref.Sfixed64Kind:

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

	google.golang.org/protobuf/internal/filedesc
		desc.go#L583: 		case pref.Int32Kind, pref.Sint32Kind, pref.Sfixed32Kind:

	google.golang.org/protobuf/internal/filetype
		build.go#L247: 	pref.Int32Kind:    reflect.TypeOf(int32(0)),

	google.golang.org/protobuf/internal/impl
		codec_gen.go#L5621: 	protoreflect.Int32Kind:    protowire.VarintType,
		codec_tables.go#L56: 		case pref.Int32Kind:
		codec_tables.go#L147: 		case pref.Int32Kind:
		codec_tables.go#L212: 		case pref.Int32Kind:
		codec_tables.go#L292: 		case pref.Int32Kind:
		codec_tables.go#L362: 		case pref.Int32Kind:
		codec_tables.go#L445: 		case pref.Int32Kind:
		codec_tables.go#L487: 		case pref.Int32Kind:
		codec_tables.go#L519: 		case pref.Int32Kind:
		convert.go#L103: 	case pref.Int32Kind, pref.Sint32Kind, pref.Sfixed32Kind:

	google.golang.org/protobuf/internal/mapsort
		mapsort.go#L26: 		case protoreflect.Int32Kind, protoreflect.Sint32Kind, protoreflect.Sfixed32Kind,

	google.golang.org/protobuf/proto
		decode_gen.go#L42: 	case protoreflect.Int32Kind:
		decode_gen.go#L246: 	case protoreflect.Int32Kind:
		encode_gen.go#L22: 	protoreflect.Int32Kind:    protowire.VarintType,
		encode_gen.go#L46: 	case protoreflect.Int32Kind:
		size_gen.go#L20: 	case protoreflect.Int32Kind:

	github.com/golang/protobuf/proto
		text_decode.go#L385: 	case protoreflect.Int32Kind, protoreflect.Sint32Kind, protoreflect.Sfixed32Kind:
		text_encode.go#L308: 				case protoreflect.Int32Kind, protoreflect.Sint32Kind, protoreflect.Sfixed32Kind, protoreflect.Int64Kind, protoreflect.Sint64Kind, protoreflect.Sfixed64Kind: