Searched defs:IntMaps (Results 1 – 2 of 2) sorted by relevance
364 type IntMaps struct { struct365 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 {[all …]
87 message IntMaps { message