type google.golang.org/protobuf/types/known/wrapperspb.DoubleValue
13 uses
google.golang.org/protobuf/types/known/wrapperspb (current package)
wrappers.pb.go#L56: type DoubleValue struct {
wrappers.pb.go#L66: func Double(v float64) *DoubleValue {
wrappers.pb.go#L67: return &DoubleValue{Value: v}
wrappers.pb.go#L70: func (x *DoubleValue) Reset() {
wrappers.pb.go#L71: *x = DoubleValue{}
wrappers.pb.go#L79: func (x *DoubleValue) String() string {
wrappers.pb.go#L83: func (*DoubleValue) ProtoMessage() {}
wrappers.pb.go#L85: func (x *DoubleValue) ProtoReflect() protoreflect.Message {
wrappers.pb.go#L98: func (*DoubleValue) Descriptor() ([]byte, []int) {
wrappers.pb.go#L102: func (x *DoubleValue) GetValue() float64 {
wrappers.pb.go#L608: (*DoubleValue)(nil), // 0: google.protobuf.DoubleValue
wrappers.pb.go#L633: switch v := v.(*DoubleValue); i {
github.com/golang/protobuf/ptypes/wrappers
wrappers.pb.go#L15: type DoubleValue = wrapperspb.DoubleValue
![]() |
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. |