Documentation ¶
Index ¶
- type BitArray
- func (*BitArray) Descriptor() ([]byte, []int)
- func (m *BitArray) GetBits() int64
- func (m *BitArray) GetElems() []uint64
- func (*BitArray) ProtoMessage()
- func (m *BitArray) Reset()
- func (m *BitArray) String() string
- 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 ¶
This section is empty.
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BitArray) Descriptor ¶
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.