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

36 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		proto.go#L252: 	Sint32Kind   Kind = 17
		proto.go#L273: 		Int32Kind, Sint32Kind, Uint32Kind,
		proto.go#L293: 	case Sint32Kind:
		proto.go#L337: 	case Sint32Kind:

	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#L220: 		protoreflect.Sint32Kind, protoreflect.Sint64Kind,

	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#L67: 				f.L1.Kind = protoreflect.Sint32Kind
		tag.go#L148: 	case protoreflect.Sint32Kind:

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

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

	google.golang.org/protobuf/internal/impl
		codec_gen.go#L5622: 	protoreflect.Sint32Kind:   protowire.VarintType,
		codec_tables.go#L60: 		case protoreflect.Sint32Kind:
		codec_tables.go#L151: 		case protoreflect.Sint32Kind:
		codec_tables.go#L216: 		case protoreflect.Sint32Kind:
		codec_tables.go#L296: 		case protoreflect.Sint32Kind:
		codec_tables.go#L366: 		case protoreflect.Sint32Kind:
		codec_tables.go#L447: 		case protoreflect.Sint32Kind:
		codec_tables.go#L489: 		case protoreflect.Sint32Kind:
		codec_tables.go#L521: 		case protoreflect.Sint32Kind:
		convert.go#L103: 	case protoreflect.Int32Kind, protoreflect.Sint32Kind, protoreflect.Sfixed32Kind:

	google.golang.org/protobuf/proto
		decode_gen.go#L51: 	case protoreflect.Sint32Kind:
		decode_gen.go#L271: 	case protoreflect.Sint32Kind:
		encode_gen.go#L23: 	protoreflect.Sint32Kind:   protowire.VarintType,
		encode_gen.go#L48: 	case protoreflect.Sint32Kind:
		equal.go#L123: 	case protoreflect.Int32Kind, protoreflect.Sint32Kind,
		size_gen.go#L22: 	case protoreflect.Sint32Kind:

	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: