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

36 uses

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

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

	google.golang.org/protobuf/internal/impl
		codec_gen.go#L3039: 	if wtyp != protowire.Fixed32Type {
		codec_gen.go#L3104: 	if wtyp != protowire.Fixed32Type {
		codec_gen.go#L3165: 	if wtyp != protowire.Fixed32Type {
		codec_gen.go#L3230: 	if wtyp != protowire.Fixed32Type {
		codec_gen.go#L3285: 	if wtyp != protowire.Fixed32Type {
		codec_gen.go#L3355: 	if wtyp != protowire.Fixed32Type {
		codec_gen.go#L3420: 	if wtyp != protowire.Fixed32Type {
		codec_gen.go#L3481: 	if wtyp != protowire.Fixed32Type {
		codec_gen.go#L3546: 	if wtyp != protowire.Fixed32Type {
		codec_gen.go#L3601: 	if wtyp != protowire.Fixed32Type {
		codec_gen.go#L3671: 	if wtyp != protowire.Fixed32Type {
		codec_gen.go#L3736: 	if wtyp != protowire.Fixed32Type {
		codec_gen.go#L3797: 	if wtyp != protowire.Fixed32Type {
		codec_gen.go#L3862: 	if wtyp != protowire.Fixed32Type {
		codec_gen.go#L3917: 	if wtyp != protowire.Fixed32Type {
		codec_gen.go#L5627: 	protoreflect.Sfixed32Kind: protowire.Fixed32Type,
		codec_gen.go#L5628: 	protoreflect.Fixed32Kind:  protowire.Fixed32Type,
		codec_gen.go#L5629: 	protoreflect.FloatKind:    protowire.Fixed32Type,
		validate.go#L169: 			case protowire.Fixed32Type:
		validate.go#L213: 			case protowire.Fixed32Type:
		validate.go#L354: 					ok = wtyp == protowire.Fixed32Type
		validate.go#L486: 			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,

	github.com/golang/protobuf/proto
		buffer.go#L302: 		case protowire.Fixed32Type:
		text_encode.go#L464: 		case protowire.Fixed32Type: