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

34 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		proto.go#L248: 	Sint32Kind   Kind = 17
		proto.go#L269: 		Int32Kind, Sint32Kind, Uint32Kind,
		proto.go#L289: 	case Sint32Kind:
		proto.go#L333: 	case Sint32Kind:

	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#L241: 		pref.Sint32Kind, pref.Sint64Kind,

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

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

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

	google.golang.org/protobuf/internal/impl
		codec_gen.go#L5622: 	protoreflect.Sint32Kind:   protowire.VarintType,
		codec_tables.go#L60: 		case pref.Sint32Kind:
		codec_tables.go#L151: 		case pref.Sint32Kind:
		codec_tables.go#L216: 		case pref.Sint32Kind:
		codec_tables.go#L296: 		case pref.Sint32Kind:
		codec_tables.go#L366: 		case pref.Sint32Kind:
		codec_tables.go#L447: 		case pref.Sint32Kind:
		codec_tables.go#L489: 		case pref.Sint32Kind:
		codec_tables.go#L521: 		case pref.Sint32Kind:
		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#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:
		size_gen.go#L22: 	case protoreflect.Sint32Kind:

	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: