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

34 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		proto.go#L254: 	Fixed32Kind  Kind = 7
		proto.go#L271: 		Sfixed32Kind, Fixed32Kind, FloatKind,
		proto.go#L301: 	case Fixed32Kind:
		proto.go#L345: 	case Fixed32Kind:

	google.golang.org/protobuf/encoding/protojson
		decode.go#L327: 	case pref.Uint32Kind, pref.Fixed32Kind:
		decode.go#L676: 	case pref.Uint32Kind, pref.Fixed32Kind:
		encode.go#L252: 	case pref.Uint32Kind, pref.Fixed32Kind:
		encode.go#L346: 		case pref.Uint32Kind, pref.Fixed32Kind,

	google.golang.org/protobuf/encoding/prototext
		decode.go#L328: 	case pref.Uint32Kind, pref.Fixed32Kind:
		encode.go#L246: 		pref.Fixed32Kind, pref.Fixed64Kind:

	google.golang.org/protobuf/internal/encoding/defval
		default.go#L79: 	case pref.Uint32Kind, pref.Fixed32Kind:
		default.go#L145: 	case pref.Uint32Kind, pref.Fixed32Kind, pref.Uint64Kind, pref.Fixed64Kind:

	google.golang.org/protobuf/internal/encoding/tag
		tag.go#L78: 				f.L1.Kind = pref.Fixed32Kind
		tag.go#L152: 	case pref.Sfixed32Kind, pref.Fixed32Kind, pref.FloatKind:

	google.golang.org/protobuf/internal/filedesc
		desc.go#L587: 		case pref.Uint32Kind, pref.Fixed32Kind:

	google.golang.org/protobuf/internal/filetype
		build.go#L254: 	pref.Fixed32Kind:  reflect.TypeOf(uint32(0)),

	google.golang.org/protobuf/internal/impl
		codec_gen.go#L5628: 	protoreflect.Fixed32Kind:  protowire.Fixed32Type,
		codec_tables.go#L84: 		case pref.Fixed32Kind:
		codec_tables.go#L175: 		case pref.Fixed32Kind:
		codec_tables.go#L240: 		case pref.Fixed32Kind:
		codec_tables.go#L320: 		case pref.Fixed32Kind:
		codec_tables.go#L390: 		case pref.Fixed32Kind:
		codec_tables.go#L459: 		case pref.Fixed32Kind:
		codec_tables.go#L501: 		case pref.Fixed32Kind:
		codec_tables.go#L533: 		case pref.Fixed32Kind:
		convert.go#L111: 	case pref.Uint32Kind, pref.Fixed32Kind:

	google.golang.org/protobuf/internal/mapsort
		mapsort.go#L29: 		case protoreflect.Uint32Kind, protoreflect.Fixed32Kind,

	google.golang.org/protobuf/proto
		decode_gen.go#L105: 	case protoreflect.Fixed32Kind:
		decode_gen.go#L421: 	case protoreflect.Fixed32Kind:
		encode_gen.go#L29: 	protoreflect.Fixed32Kind:  protowire.Fixed32Type,
		encode_gen.go#L60: 	case protoreflect.Fixed32Kind:
		size_gen.go#L34: 	case protoreflect.Fixed32Kind:

	github.com/golang/protobuf/proto
		text_decode.go#L411: 	case protoreflect.Uint32Kind, protoreflect.Fixed32Kind:
		text_encode.go#L310: 				case protoreflect.Uint32Kind, protoreflect.Fixed32Kind, protoreflect.Uint64Kind, protoreflect.Fixed64Kind: