Searched defs:IntMap (Results 1 – 3 of 3) sorted by relevance
37 class IntMap { class45 public IntMap(final int size) { in IntMap() method in IntMap
256 type IntMap struct { struct257 …" json:"rtt,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"`260 func (m *IntMap) Reset() { *m = IntMap{} }261 func (m *IntMap) String() string { return proto.CompactTextString(m) }262 func (*IntMap) ProtoMessage() {}263 func (*IntMap) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} }265 func (m *IntMap) GetRtt() map[int32]int32 {
81 message IntMap { message