type google.golang.org/protobuf/types/known/wrapperspb.UInt64Value
13 uses
google.golang.org/protobuf/types/known/wrapperspb (current package)
wrappers.pb.go#L224: type UInt64Value struct {
wrappers.pb.go#L234: func UInt64(v uint64) *UInt64Value {
wrappers.pb.go#L235: return &UInt64Value{Value: v}
wrappers.pb.go#L238: func (x *UInt64Value) Reset() {
wrappers.pb.go#L239: *x = UInt64Value{}
wrappers.pb.go#L247: func (x *UInt64Value) String() string {
wrappers.pb.go#L251: func (*UInt64Value) ProtoMessage() {}
wrappers.pb.go#L253: func (x *UInt64Value) ProtoReflect() protoreflect.Message {
wrappers.pb.go#L266: func (*UInt64Value) Descriptor() ([]byte, []int) {
wrappers.pb.go#L270: func (x *UInt64Value) GetValue() uint64 {
wrappers.pb.go#L611: (*UInt64Value)(nil), // 3: google.protobuf.UInt64Value
wrappers.pb.go#L669: switch v := v.(*UInt64Value); i {
github.com/golang/protobuf/ptypes/wrappers
wrappers.pb.go#L18: type UInt64Value = wrapperspb.UInt64Value
![]() |
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. |