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

36 uses

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

	google.golang.org/protobuf/reflect/protodesc
		desc_validate.go#L362: 	case protoreflect.Int32Kind, protoreflect.Sint32Kind, protoreflect.Sfixed32Kind: // int32

	google.golang.org/protobuf/encoding/protojson
		decode.go#L291: 	case protoreflect.Int32Kind, protoreflect.Sint32Kind, protoreflect.Sfixed32Kind:
		decode.go#L640: 	case protoreflect.Int32Kind, protoreflect.Sint32Kind, protoreflect.Sfixed32Kind:
		encode.go#L268: 	case protoreflect.Int32Kind, protoreflect.Sint32Kind, protoreflect.Sfixed32Kind:

	google.golang.org/protobuf/encoding/prototext
		decode.go#L300: 	case protoreflect.Int32Kind, protoreflect.Sint32Kind, protoreflect.Sfixed32Kind:
		encode.go#L219: 	case protoreflect.Int32Kind, protoreflect.Int64Kind,

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

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

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

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

	google.golang.org/protobuf/internal/impl
		codec_gen.go#L5621: 	protoreflect.Int32Kind:    protowire.VarintType,
		codec_tables.go#L56: 		case protoreflect.Int32Kind:
		codec_tables.go#L147: 		case protoreflect.Int32Kind:
		codec_tables.go#L212: 		case protoreflect.Int32Kind:
		codec_tables.go#L292: 		case protoreflect.Int32Kind:
		codec_tables.go#L362: 		case protoreflect.Int32Kind:
		codec_tables.go#L445: 		case protoreflect.Int32Kind:
		codec_tables.go#L487: 		case protoreflect.Int32Kind:
		codec_tables.go#L519: 		case protoreflect.Int32Kind:
		convert.go#L103: 	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:
		equal.go#L123: 	case protoreflect.Int32Kind, protoreflect.Sint32Kind,
		size_gen.go#L20: 	case protoreflect.Int32Kind:

	github.com/golang/protobuf/jsonpb
		decode.go#L461: 	case protoreflect.Int32Kind, protoreflect.Sint32Kind, protoreflect.Sfixed32Kind:
		encode.go#L462: 			case protoreflect.Int32Kind, protoreflect.Sint32Kind, protoreflect.Sfixed32Kind, protoreflect.Int64Kind, protoreflect.Sint64Kind, protoreflect.Sfixed64Kind:

	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: