const google.golang.org/protobuf/encoding/protowire.Fixed32Type

37 uses

	google.golang.org/protobuf/encoding/protowire (current package)
		wire.go#L41: 	Fixed32Type    Type = 5
		wire.go#L121: 	case Fixed32Type:

	google.golang.org/protobuf/encoding/prototext
		encode.go#L318: 		case protowire.Fixed32Type:

	google.golang.org/protobuf/internal/impl
		codec_gen.go#L3102: 	if wtyp != protowire.Fixed32Type {
		codec_gen.go#L3167: 	if wtyp != protowire.Fixed32Type {
		codec_gen.go#L3232: 	if wtyp != protowire.Fixed32Type {
		codec_gen.go#L3297: 	if wtyp != protowire.Fixed32Type {
		codec_gen.go#L3352: 	if wtyp != protowire.Fixed32Type {
		codec_gen.go#L3422: 	if wtyp != protowire.Fixed32Type {
		codec_gen.go#L3487: 	if wtyp != protowire.Fixed32Type {
		codec_gen.go#L3552: 	if wtyp != protowire.Fixed32Type {
		codec_gen.go#L3617: 	if wtyp != protowire.Fixed32Type {
		codec_gen.go#L3672: 	if wtyp != protowire.Fixed32Type {
		codec_gen.go#L3742: 	if wtyp != protowire.Fixed32Type {
		codec_gen.go#L3807: 	if wtyp != protowire.Fixed32Type {
		codec_gen.go#L3872: 	if wtyp != protowire.Fixed32Type {
		codec_gen.go#L3937: 	if wtyp != protowire.Fixed32Type {
		codec_gen.go#L3992: 	if wtyp != protowire.Fixed32Type {
		codec_gen.go#L5714: 	protoreflect.Sfixed32Kind: protowire.Fixed32Type,
		codec_gen.go#L5715: 	protoreflect.Fixed32Kind:  protowire.Fixed32Type,
		codec_gen.go#L5716: 	protoreflect.FloatKind:    protowire.Fixed32Type,
		validate.go#L185: 			case protowire.Fixed32Type:
		validate.go#L227: 			case protowire.Fixed32Type:
		validate.go#L348: 					ok = wtyp == protowire.Fixed32Type
		validate.go#L480: 			case protowire.Fixed32Type:

	google.golang.org/protobuf/internal/protolazy
		bufferreader.go#L214: 	case protowire.Fixed32Type:
		bufferreader.go#L244: 		case protowire.Fixed32Type:
		lazy.go#L236: 		case protowire.Fixed32Type:

	google.golang.org/protobuf/proto
		decode_gen.go#L97: 		if wtyp != protowire.Fixed32Type {
		decode_gen.go#L106: 		if wtyp != protowire.Fixed32Type {
		decode_gen.go#L115: 		if wtyp != protowire.Fixed32Type {
		decode_gen.go#L412: 		if wtyp != protowire.Fixed32Type {
		decode_gen.go#L437: 		if wtyp != protowire.Fixed32Type {
		decode_gen.go#L462: 		if wtyp != protowire.Fixed32Type {
		encode_gen.go#L28: 	protoreflect.Sfixed32Kind: protowire.Fixed32Type,
		encode_gen.go#L29: 	protoreflect.Fixed32Kind:  protowire.Fixed32Type,
		encode_gen.go#L30: 	protoreflect.FloatKind:    protowire.Fixed32Type,