Documentation ¶
Index ¶
- Variables
- type BitArray
- func (*BitArray) Descriptor() ([]byte, []int)
- func (m *BitArray) GetBits() int64
- func (m *BitArray) GetElems() []uint64
- func (m *BitArray) Marshal() (dAtA []byte, err error)
- func (m *BitArray) MarshalTo(dAtA []byte) (int, error)
- func (m *BitArray) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*BitArray) ProtoMessage()
- func (m *BitArray) Reset()
- func (m *BitArray) Size() (n int)
- func (m *BitArray) String() string
- func (m *BitArray) Unmarshal(dAtA []byte) error
- func (m *BitArray) XXX_DiscardUnknown()
- func (m *BitArray) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BitArray) XXX_Merge(src proto.Message)
- func (m *BitArray) XXX_Size() int
- func (m *BitArray) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type BitArray ¶
type BitArray struct { Bits int64 `protobuf:"varint,1,opt,name=bits,proto3" json:"bits,omitempty"` Elems []uint64 `protobuf:"varint,2,rep,packed,name=elems,proto3" json:"elems,omitempty"` }
func (*BitArray) Descriptor ¶
func (*BitArray) MarshalToSizedBuffer ¶
func (*BitArray) ProtoMessage ¶
func (*BitArray) ProtoMessage()
func (*BitArray) XXX_DiscardUnknown ¶
func (m *BitArray) XXX_DiscardUnknown()
func (*BitArray) XXX_Marshal ¶
func (*BitArray) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.