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

34 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		proto.go#L253: 	Sfixed32Kind Kind = 15
		proto.go#L271: 		Sfixed32Kind, Fixed32Kind, FloatKind,
		proto.go#L299: 	case Sfixed32Kind:
		proto.go#L343: 	case Sfixed32Kind:

	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#L242: 		pref.Sfixed32Kind, pref.Sfixed64Kind:

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

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

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

	google.golang.org/protobuf/internal/impl
		codec_gen.go#L5627: 	protoreflect.Sfixed32Kind: protowire.Fixed32Type,
		codec_tables.go#L80: 		case pref.Sfixed32Kind:
		codec_tables.go#L171: 		case pref.Sfixed32Kind:
		codec_tables.go#L236: 		case pref.Sfixed32Kind:
		codec_tables.go#L316: 		case pref.Sfixed32Kind:
		codec_tables.go#L386: 		case pref.Sfixed32Kind:
		codec_tables.go#L457: 		case pref.Sfixed32Kind:
		codec_tables.go#L499: 		case pref.Sfixed32Kind:
		codec_tables.go#L531: 		case pref.Sfixed32Kind:
		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#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:
		size_gen.go#L32: 	case protoreflect.Sfixed32Kind:

	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: