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

36 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		proto.go#L257: 	Sfixed32Kind Kind = 15
		proto.go#L275: 		Sfixed32Kind, Fixed32Kind, FloatKind,
		proto.go#L303: 	case Sfixed32Kind:
		proto.go#L347: 	case Sfixed32Kind:

	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#L221: 		protoreflect.Sfixed32Kind, protoreflect.Sfixed64Kind:

	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#L76: 				f.L1.Kind = protoreflect.Sfixed32Kind
		tag.go#L152: 	case protoreflect.Sfixed32Kind, protoreflect.Fixed32Kind, protoreflect.FloatKind:

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

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

	google.golang.org/protobuf/internal/impl
		codec_gen.go#L5627: 	protoreflect.Sfixed32Kind: protowire.Fixed32Type,
		codec_tables.go#L80: 		case protoreflect.Sfixed32Kind:
		codec_tables.go#L171: 		case protoreflect.Sfixed32Kind:
		codec_tables.go#L236: 		case protoreflect.Sfixed32Kind:
		codec_tables.go#L316: 		case protoreflect.Sfixed32Kind:
		codec_tables.go#L386: 		case protoreflect.Sfixed32Kind:
		codec_tables.go#L457: 		case protoreflect.Sfixed32Kind:
		codec_tables.go#L499: 		case protoreflect.Sfixed32Kind:
		codec_tables.go#L531: 		case protoreflect.Sfixed32Kind:
		convert.go#L103: 	case protoreflect.Int32Kind, protoreflect.Sint32Kind, protoreflect.Sfixed32Kind:

	google.golang.org/protobuf/proto
		decode_gen.go#L96: 	case protoreflect.Sfixed32Kind:
		decode_gen.go#L396: 	case protoreflect.Sfixed32Kind:
		encode_gen.go#L28: 	protoreflect.Sfixed32Kind: protowire.Fixed32Type,
		encode_gen.go#L58: 	case protoreflect.Sfixed32Kind:
		equal.go#L125: 		protoreflect.Sfixed32Kind, protoreflect.Sfixed64Kind:
		size_gen.go#L32: 	case protoreflect.Sfixed32Kind:

	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: