Documentation ¶
Index ¶
- Variables
- type Big
- func (*Big) Descriptor() ([]byte, []int)
- func (this *Big) Equal(that interface{}) bool
- func (m *Big) GetNumber() int64
- func (m *Big) GetSub() *Sub
- func (this *Big) GoString() string
- func (m *Big) IsNil() bool
- func (*Big) ProtoMessage()
- func (m *Big) Reset()
- func (m *Big) SetNumber_(val int64)
- func (m *Big) SetSub_(val *Sub)
- func (this *Big) String() string
- func (m *Big) Unmarshal(dAtA []byte) error
- func (this *Big) VerboseEqual(that interface{}) error
- func (m *Big) XXX_DiscardUnknown()
- func (m *Big) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Big) XXX_Merge(src proto.Message)
- func (m *Big) XXX_Size() int
- func (m *Big) XXX_Unmarshal(b []byte) error
- type BigUnsafe
- func (*BigUnsafe) Descriptor() ([]byte, []int)
- func (this *BigUnsafe) Equal(that interface{}) bool
- func (m *BigUnsafe) GetNumber() int64
- func (m *BigUnsafe) GetSub() *Sub
- func (this *BigUnsafe) GoString() string
- func (m *BigUnsafe) IsNil() bool
- func (*BigUnsafe) ProtoMessage()
- func (m *BigUnsafe) Reset()
- func (m *BigUnsafe) SetNumber_(val int64)
- func (m *BigUnsafe) SetSub_(val *Sub)
- func (this *BigUnsafe) String() string
- func (m *BigUnsafe) Unmarshal(dAtA []byte) error
- func (this *BigUnsafe) VerboseEqual(that interface{}) error
- func (m *BigUnsafe) XXX_DiscardUnknown()
- func (m *BigUnsafe) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BigUnsafe) XXX_Merge(src proto.Message)
- func (m *BigUnsafe) XXX_Size() int
- func (m *BigUnsafe) XXX_Unmarshal(b []byte) error
- type IntMerge
- func (*IntMerge) Descriptor() ([]byte, []int)
- func (this *IntMerge) Equal(that interface{}) bool
- func (m *IntMerge) GetBool() bool
- func (m *IntMerge) GetFixed32() uint32
- func (m *IntMerge) GetFixed64() uint64
- func (m *IntMerge) GetInt32() int32
- func (m *IntMerge) GetInt64() int64
- func (m *IntMerge) GetSfixed32() int32
- func (m *IntMerge) GetSfixed64() int64
- func (m *IntMerge) GetSint32() int32
- func (m *IntMerge) GetSint64() int64
- func (m *IntMerge) GetUint32() uint32
- func (m *IntMerge) GetUint64() uint64
- func (this *IntMerge) GoString() string
- func (m *IntMerge) IsNil() bool
- func (*IntMerge) ProtoMessage()
- func (m *IntMerge) Reset()
- func (m *IntMerge) SetBool_(val bool)
- func (m *IntMerge) SetFixed32_(val uint32)
- func (m *IntMerge) SetFixed64_(val uint64)
- func (m *IntMerge) SetInt32_(val int32)
- func (m *IntMerge) SetInt64_(val int64)
- func (m *IntMerge) SetSfixed32_(val int32)
- func (m *IntMerge) SetSfixed64_(val int64)
- func (m *IntMerge) SetSint32_(val int32)
- func (m *IntMerge) SetSint64_(val int64)
- func (m *IntMerge) SetUint32_(val uint32)
- func (m *IntMerge) SetUint64_(val uint64)
- func (this *IntMerge) String() string
- func (m *IntMerge) Unmarshal(dAtA []byte) error
- func (this *IntMerge) VerboseEqual(that interface{}) error
- func (m *IntMerge) XXX_DiscardUnknown()
- func (m *IntMerge) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IntMerge) XXX_Merge(src proto.Message)
- func (m *IntMerge) XXX_Size() int
- func (m *IntMerge) XXX_Unmarshal(b []byte) error
- type Sub
- func (*Sub) Descriptor() ([]byte, []int)
- func (this *Sub) Equal(that interface{}) bool
- func (m *Sub) GetSubNumber() int64
- func (this *Sub) GoString() string
- func (m *Sub) IsNil() bool
- func (*Sub) ProtoMessage()
- func (m *Sub) Reset()
- func (m *Sub) SetSubNumber_(val int64)
- func (this *Sub) String() string
- func (m *Sub) Unmarshal(dAtA []byte) error
- func (this *Sub) VerboseEqual(that interface{}) error
- func (m *Sub) XXX_DiscardUnknown()
- func (m *Sub) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Sub) XXX_Merge(src proto.Message)
- func (m *Sub) XXX_Size() int
- func (m *Sub) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Big ¶
type Big struct { Sub *Sub `protobuf:"bytes,1,opt,name=Sub" json:"Sub,omitempty"` Number *int64 `protobuf:"varint,2,opt,name=Number" json:"Number,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedBig ¶
func (*Big) Descriptor ¶
func (*Big) ProtoMessage ¶
func (*Big) ProtoMessage()
func (*Big) SetNumber_ ¶ added in v1.4.9
func (*Big) VerboseEqual ¶
func (*Big) XXX_DiscardUnknown ¶ added in v1.1.0
func (m *Big) XXX_DiscardUnknown()
func (*Big) XXX_Marshal ¶ added in v1.1.0
func (*Big) XXX_Unmarshal ¶ added in v1.1.0
type BigUnsafe ¶
type BigUnsafe struct { Sub *Sub `protobuf:"bytes,1,opt,name=Sub" json:"Sub,omitempty"` Number *int64 `protobuf:"varint,2,opt,name=Number" json:"Number,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedBigUnsafe ¶
func (*BigUnsafe) Descriptor ¶
func (*BigUnsafe) ProtoMessage ¶
func (*BigUnsafe) ProtoMessage()
func (*BigUnsafe) SetNumber_ ¶ added in v1.4.9
func (*BigUnsafe) VerboseEqual ¶
func (*BigUnsafe) XXX_DiscardUnknown ¶ added in v1.1.0
func (m *BigUnsafe) XXX_DiscardUnknown()
func (*BigUnsafe) XXX_Marshal ¶ added in v1.1.0
func (*BigUnsafe) XXX_Unmarshal ¶ added in v1.1.0
type IntMerge ¶
type IntMerge struct { Int64 int64 `protobuf:"varint,1,req,name=Int64" json:"Int64"` Int32 int32 `protobuf:"varint,2,opt,name=Int32" json:"Int32"` Sint32 int32 `protobuf:"zigzag32,3,req,name=Sint32" json:"Sint32"` Sint64 int64 `protobuf:"zigzag64,4,opt,name=Sint64" json:"Sint64"` Uint64 uint64 `protobuf:"varint,5,opt,name=Uint64" json:"Uint64"` Uint32 uint32 `protobuf:"varint,6,req,name=Uint32" json:"Uint32"` Fixed64 uint64 `protobuf:"fixed64,7,opt,name=Fixed64" json:"Fixed64"` Fixed32 uint32 `protobuf:"fixed32,8,opt,name=Fixed32" json:"Fixed32"` Sfixed32 int32 `protobuf:"fixed32,9,req,name=Sfixed32" json:"Sfixed32"` Sfixed64 int64 `protobuf:"fixed64,10,opt,name=Sfixed64" json:"Sfixed64"` Bool bool `protobuf:"varint,11,opt,name=Bool" json:"Bool"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedIntMerge ¶
func (*IntMerge) Descriptor ¶
func (*IntMerge) GetFixed32 ¶
func (*IntMerge) GetFixed64 ¶
func (*IntMerge) GetSfixed32 ¶
func (*IntMerge) GetSfixed64 ¶
func (*IntMerge) ProtoMessage ¶
func (*IntMerge) ProtoMessage()
func (*IntMerge) SetFixed32_ ¶ added in v1.4.9
func (*IntMerge) SetFixed64_ ¶ added in v1.4.9
func (*IntMerge) SetSfixed32_ ¶ added in v1.4.9
func (*IntMerge) SetSfixed64_ ¶ added in v1.4.9
func (*IntMerge) SetSint32_ ¶ added in v1.4.9
func (*IntMerge) SetSint64_ ¶ added in v1.4.9
func (*IntMerge) SetUint32_ ¶ added in v1.4.9
func (*IntMerge) SetUint64_ ¶ added in v1.4.9
func (*IntMerge) VerboseEqual ¶
func (*IntMerge) XXX_DiscardUnknown ¶ added in v1.1.0
func (m *IntMerge) XXX_DiscardUnknown()
func (*IntMerge) XXX_Marshal ¶ added in v1.1.0
func (*IntMerge) XXX_Unmarshal ¶ added in v1.1.0
type Sub ¶
type Sub struct { SubNumber *int64 `protobuf:"varint,1,opt,name=SubNumber" json:"SubNumber,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedSub ¶
func (*Sub) Descriptor ¶
func (*Sub) GetSubNumber ¶
func (*Sub) ProtoMessage ¶
func (*Sub) ProtoMessage()
func (*Sub) SetSubNumber_ ¶ added in v1.4.9
func (*Sub) VerboseEqual ¶
func (*Sub) XXX_DiscardUnknown ¶ added in v1.1.0
func (m *Sub) XXX_DiscardUnknown()
func (*Sub) XXX_Marshal ¶ added in v1.1.0
func (*Sub) XXX_Unmarshal ¶ added in v1.1.0
Click to show internal directories.
Click to hide internal directories.