type google.golang.org/protobuf/types/known/wrapperspb.Int64Value
13 uses
google.golang.org/protobuf/types/known/wrapperspb (current package)
wrappers.pb.go#L168: type Int64Value struct {
wrappers.pb.go#L178: func Int64(v int64) *Int64Value {
wrappers.pb.go#L179: return &Int64Value{Value: v}
wrappers.pb.go#L182: func (x *Int64Value) Reset() {
wrappers.pb.go#L183: *x = Int64Value{}
wrappers.pb.go#L191: func (x *Int64Value) String() string {
wrappers.pb.go#L195: func (*Int64Value) ProtoMessage() {}
wrappers.pb.go#L197: func (x *Int64Value) ProtoReflect() protoreflect.Message {
wrappers.pb.go#L210: func (*Int64Value) Descriptor() ([]byte, []int) {
wrappers.pb.go#L214: func (x *Int64Value) GetValue() int64 {
wrappers.pb.go#L610: (*Int64Value)(nil), // 2: google.protobuf.Int64Value
wrappers.pb.go#L657: switch v := v.(*Int64Value); i {
github.com/golang/protobuf/ptypes/wrappers
wrappers.pb.go#L17: type Int64Value = wrapperspb.Int64Value
![]() |
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. |