Versions in this module Expand all Collapse all v0 v0.0.0 Jul 28, 2021 Changes in this version + var ErrIntOverflowTypes = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthTypes = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupTypes = fmt.Errorf("proto: unexpected end of group") + type BitArray struct + Bits int64 + Elems []uint64 + func (*BitArray) Descriptor() ([]byte, []int) + func (*BitArray) ProtoMessage() + 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 (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