Home
last modified time | relevance | path

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

/external/golang-protobuf/proto/proto3_proto/
Dproto3.pb.go325 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 …]
Dproto3.proto83 message IntMap { message
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dprefilter_tree.h61 typedef SparseArray<int> IntMap; typedef
/external/cldr/tools/java/org/unicode/cldr/util/
DIntMap.java27 public abstract class IntMap<T> { class
/external/libchrome/base/containers/
Dflat_map_unittest.cc70 using IntMap = flat_map<int, int>; in TEST() typedef