Home
last modified time | relevance | path

Searched defs:IntMap (Results 1 – 3 of 3) sorted by relevance

/external/annotation-tools/asmx/src/org/objectweb/asm/tree/analysis/
DIntMap.java37 class IntMap { class
45 public IntMap(final int size) { in IntMap() method in IntMap
/external/golang-protobuf/proto/proto3_proto/
Dproto3.pb.go256 type IntMap struct { struct
257 …" 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 {
Dproto3.proto81 message IntMap { message