Lines Matching defs:IntMaps
364 type IntMaps struct { struct
365 Maps []*IntMap `protobuf:"bytes,1,rep,name=maps,proto3" json:"maps,omitempty"`
366 XXX_NoUnkeyedLiteral struct{} `json:"-"`
367 XXX_unrecognized []byte `json:"-"`
368 XXX_sizecache int32 `json:"-"`
371 func (m *IntMaps) Reset() { *m = IntMaps{} }
372 func (m *IntMaps) String() string { return proto.CompactTextString(m) }
373 func (*IntMaps) ProtoMessage() {}
374 func (*IntMaps) Descriptor() ([]byte, []int) {
378 func (m *IntMaps) XXX_Unmarshal(b []byte) error {
381 func (m *IntMaps) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
384 func (m *IntMaps) XXX_Merge(src proto.Message) {
387 func (m *IntMaps) XXX_Size() int {
390 func (m *IntMaps) XXX_DiscardUnknown() {
396 func (m *IntMaps) GetMaps() []*IntMap {