func google.golang.org/protobuf/reflect/protoreflect.ValueOfFloat64
18 uses
google.golang.org/protobuf/reflect/protoreflect (current package)
value_union.go#L79: return ValueOfFloat64(v)
value_union.go#L130: func ValueOfFloat64(v float64) Value {
google.golang.org/protobuf/encoding/protojson
decode.go#L445: return pref.ValueOfFloat64(math.NaN()), true
decode.go#L450: return pref.ValueOfFloat64(math.Inf(+1)), true
decode.go#L455: return pref.ValueOfFloat64(math.Inf(-1)), true
decode.go#L480: return pref.ValueOfFloat64(n), true
google.golang.org/protobuf/encoding/prototext
decode.go#L345: return pref.ValueOfFloat64(n), nil
google.golang.org/protobuf/internal/encoding/defval
default.go#L104: return pref.ValueOfFloat64(float64(v)), nil, nil
google.golang.org/protobuf/internal/filedesc
desc.go#L594: return pref.ValueOfFloat64(0)
google.golang.org/protobuf/internal/impl
codec_gen.go#L4818: return protoreflect.ValueOfFloat64(math.Float64frombits(v)), out, nil
codec_gen.go#L4859: list.Append(protoreflect.ValueOfFloat64(math.Float64frombits(v)))
codec_gen.go#L4872: list.Append(protoreflect.ValueOfFloat64(math.Float64frombits(v)))
convert.go#L85: float64Zero = pref.ValueOfFloat64(0)
convert.go#L299: return pref.ValueOfFloat64(float64(v.Float()))
google.golang.org/protobuf/proto
decode_gen.go#L149: return protoreflect.ValueOfFloat64(math.Float64frombits(v)), n, nil
decode_gen.go#L533: list.Append(protoreflect.ValueOfFloat64(math.Float64frombits(v)))
decode_gen.go#L544: list.Append(protoreflect.ValueOfFloat64(math.Float64frombits(v)))
github.com/golang/protobuf/proto
text_decode.go#L437: return protoreflect.ValueOfFloat64(float64(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. |