Searched defs:IntMap (Results 1 – 5 of 5) sorted by relevance
/external/golang-protobuf/proto/proto3_proto/ |
D | proto3.pb.go | 325 type IntMap struct { struct 326 …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 …]
|
D | proto3.proto | 83 message IntMap { message
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | prefilter_tree.h | 61 typedef SparseArray<int> IntMap; typedef
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | IntMap.java | 27 public abstract class IntMap<T> { class
|
/external/libchrome/base/containers/ |
D | flat_map_unittest.cc | 70 using IntMap = flat_map<int, int>; in TEST() typedef
|