func google.golang.org/protobuf/reflect/protoreflect.ValueOfFloat32
18 uses
google.golang.org/protobuf/reflect/protoreflect (current package)
value_union.go#L77: return ValueOfFloat32(v)
value_union.go#L125: func ValueOfFloat32(v float32) Value {
google.golang.org/protobuf/encoding/protojson
decode.go#L443: return pref.ValueOfFloat32(float32(math.NaN())), true
decode.go#L448: return pref.ValueOfFloat32(float32(math.Inf(+1))), true
decode.go#L453: return pref.ValueOfFloat32(float32(math.Inf(-1))), true
decode.go#L478: return pref.ValueOfFloat32(float32(n)), true
google.golang.org/protobuf/encoding/prototext
decode.go#L340: return pref.ValueOfFloat32(n), nil
google.golang.org/protobuf/internal/encoding/defval
default.go#L102: return pref.ValueOfFloat32(float32(v)), nil, nil
google.golang.org/protobuf/internal/filedesc
desc.go#L592: return pref.ValueOfFloat32(0)
google.golang.org/protobuf/internal/impl
codec_gen.go#L3870: return protoreflect.ValueOfFloat32(math.Float32frombits(uint32(v))), out, nil
codec_gen.go#L3911: list.Append(protoreflect.ValueOfFloat32(math.Float32frombits(uint32(v))))
codec_gen.go#L3924: list.Append(protoreflect.ValueOfFloat32(math.Float32frombits(uint32(v))))
convert.go#L84: float32Zero = pref.ValueOfFloat32(0)
convert.go#L275: return pref.ValueOfFloat32(float32(v.Float()))
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))))
github.com/golang/protobuf/proto
text_decode.go#L427: return protoreflect.ValueOfFloat32(float32(x)), nil
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |