func google.golang.org/protobuf/reflect/protoreflect.ValueOfFloat32

20 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		value_union.go#L103: 		return ValueOfFloat32(v)
		value_union.go#L151: func ValueOfFloat32(v float32) Value {

	google.golang.org/protobuf/encoding/protojson
		decode.go#L426: 				return protoreflect.ValueOfFloat32(float32(math.NaN())), true
		decode.go#L431: 				return protoreflect.ValueOfFloat32(float32(math.Inf(+1))), true
		decode.go#L436: 				return protoreflect.ValueOfFloat32(float32(math.Inf(-1))), true
		decode.go#L461: 		return protoreflect.ValueOfFloat32(float32(n)), true

	google.golang.org/protobuf/encoding/prototext
		decode.go#L317: 			return protoreflect.ValueOfFloat32(n), nil

	google.golang.org/protobuf/internal/encoding/defval
		default.go#L102: 				return protoreflect.ValueOfFloat32(float32(v)), nil, nil

	google.golang.org/protobuf/internal/filedesc
		desc.go#L726: 			return protoreflect.ValueOfFloat32(0)

	google.golang.org/protobuf/internal/impl
		codec_gen.go#L3945: 	return protoreflect.ValueOfFloat32(math.Float32frombits(uint32(v))), out, nil
		codec_gen.go#L3986: 			list.Append(protoreflect.ValueOfFloat32(math.Float32frombits(uint32(v))))
		codec_gen.go#L3999: 	list.Append(protoreflect.ValueOfFloat32(math.Float32frombits(uint32(v))))
		convert.go#L83: 	float32Zero = protoreflect.ValueOfFloat32(0)
		convert.go#L274: 	return protoreflect.ValueOfFloat32(float32(v.Float()))
		message_opaque_gen.go#L77: 			return protoreflect.ValueOfFloat32(*x)
		message_reflect_field_gen.go#L99: 			return protoreflect.ValueOfFloat32(**x)
		message_reflect_field_gen.go#L224: 			return protoreflect.ValueOfFloat32(*x)

	google.golang.org/protobuf/proto
		decode_gen.go#L122: 		return protoreflect.ValueOfFloat32(math.Float32frombits(uint32(v))), n, nil
		decode_gen.go#L458: 				list.Append(protoreflect.ValueOfFloat32(math.Float32frombits(uint32(v))))
		decode_gen.go#L469: 		list.Append(protoreflect.ValueOfFloat32(math.Float32frombits(uint32(v))))