type google.golang.org/protobuf/types/known/wrapperspb.FloatValue
13 uses
google.golang.org/protobuf/types/known/wrapperspb (current package)
wrappers.pb.go#L112: type FloatValue struct {
wrappers.pb.go#L122: func Float(v float32) *FloatValue {
wrappers.pb.go#L123: return &FloatValue{Value: v}
wrappers.pb.go#L126: func (x *FloatValue) Reset() {
wrappers.pb.go#L127: *x = FloatValue{}
wrappers.pb.go#L135: func (x *FloatValue) String() string {
wrappers.pb.go#L139: func (*FloatValue) ProtoMessage() {}
wrappers.pb.go#L141: func (x *FloatValue) ProtoReflect() protoreflect.Message {
wrappers.pb.go#L154: func (*FloatValue) Descriptor() ([]byte, []int) {
wrappers.pb.go#L158: func (x *FloatValue) GetValue() float32 {
wrappers.pb.go#L609: (*FloatValue)(nil), // 1: google.protobuf.FloatValue
wrappers.pb.go#L645: switch v := v.(*FloatValue); i {
github.com/golang/protobuf/ptypes/wrappers
wrappers.pb.go#L16: type FloatValue = wrapperspb.FloatValue
![]() |
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. |