Searched defs:IntMap (Results 1 – 3 of 3) sorted by relevance
325 type IntMap struct { struct326 …itempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"`327 XXX_NoUnkeyedLiteral struct{} `json:"-"`328 XXX_unrecognized []byte `json:"-"`329 XXX_sizecache int32 `json:"-"`332 func (m *IntMap) Reset() { *m = IntMap{} }333 func (m *IntMap) String() string { return proto.CompactTextString(m) }334 func (*IntMap) ProtoMessage() {}335 func (*IntMap) Descriptor() ([]byte, []int) {339 func (m *IntMap) XXX_Unmarshal(b []byte) error {[all …]
83 message IntMap { message
27 public abstract class IntMap<T> { class