Searched refs:hash_map (Results 51 - 75 of 291) sorted by last modified time

1234567891011>>

/external/chromium_org/ui/gfx/geometry/
H A Dr_tree.h76 typedef base::hash_map<Key, Record*> RecordMap;
/external/chromium_org/ui/gfx/
H A Dsequential_id_generator.h45 typedef base::hash_map<uint32, uint32> IDMap;
/external/chromium_org/third_party/protobuf/
H A Dconfig.h32 /* the name of <hash_map> */
36 #define HASH_MAP_CLASS hash_map
39 /* the location of <unordered_map> or <hash_map> */
41 #define HASH_MAP_H <hash_map>
45 #define HASH_MAP_H <ext/hash_map>
48 /* the namespace of hash_map/hash_set */
80 /* define if the compiler has hash_map */
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc264 // map instead of hash_map so that files are written in order (good when
650 typedef hash_map<string, GeneratorContextImpl*> GeneratorContextMap;
H A Dimporter_unittest.cc96 hash_map<string, const char*> files_;
H A Dparser.cc59 typedef hash_map<string, FieldDescriptorProto::Type> TypeNameMap;
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc202 // Used only by MSVC and platforms where hash_map is not available.
223 // Used only by MSVC and platforms where hash_map is not available.
293 typedef hash_map<const char*, Symbol,
296 typedef hash_map<PointerStringPair, Symbol,
299 typedef hash_map<const char*, const FileDescriptor*,
302 typedef hash_map<PointerStringPair, const FieldDescriptor*,
305 typedef hash_map<DescriptorIntPair, const FieldDescriptor*,
308 typedef hash_map<EnumIntPair, const EnumValueDescriptor*,
311 // This is a map rather than a hash_map, since we use it to iterate
541 // Start some hash_map an
[all...]
H A Ddynamic_message.cc445 typedef hash_map<const Descriptor*, const DynamicMessage::TypeInfo*> Map;
H A Dextension_set.cc62 typedef hash_map<pair<const MessageLite*, int>,
H A Dmessage.cc248 hash_map<const char*, RegistrationFunc*,
253 hash_map<const Descriptor*, const Message*> type_map_;
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dhash.h33 // Deals with the fact that hash_map is not defined everywhere.
56 // This system doesn't have hash_map or hash_set. Emulate them using map and
92 class hash_map : public std::map<Key, Data, HashFcn> { class in namespace:google::protobuf
94 hash_map(int = 0) {} function in class:google::protobuf::hash_map
128 class hash_map : public HASH_NAMESPACE::hash_map<
131 hash_map(int = 0) {}
172 class hash_map : public HASH_NAMESPACE::HASH_MAP_CLASS<
175 hash_map(int = 0) {}
/external/chromium_org/third_party/protobuf/vsprojects/
H A Dconfig.h4 /* the location of <hash_map> */
5 #define HASH_MAP_H <hash_map>
7 /* the namespace of hash_map/hash_set */
8 // Apparently Microsoft decided to move hash_map *back* to the std namespace
21 /* define if the compiler has hash_map */
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dconfig_win.h22 /* the location of <hash_map> */
23 #define HASH_MAP_H <hash_map>
25 /* the namespace of hash_map/hash_set */
94 /* define if the compiler has hash_map */
/external/chromium_org/net/base/
H A Dlinked_hash_map.h34 typedef base::hash_map<Key, typename ListType::iterator> MapType;
/external/chromium_org/net/cert/
H A Dcrl_set.cc47 base::hash_map<std::string, size_t>::const_iterator i =
H A Dcrl_set.h94 base::hash_map<std::string, size_t> crls_index_by_issuer_;
/external/chromium_org/net/disk_cache/blockfile/
H A Dbackend_impl.h289 typedef base::hash_map<CacheAddr, EntryImpl*> EntriesMap;
H A Dbackend_impl_v3.h195 typedef base::hash_map<CacheAddr, EntryImplV3*> EntriesMap;
/external/chromium_org/net/disk_cache/memory/
H A Dmem_backend_impl.h89 typedef base::hash_map<std::string, MemEntryImpl*> EntryMap;
H A Dmem_entry_impl.h112 typedef base::hash_map<int, MemEntryImpl*> EntryMap;
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_backend_impl.cc290 base::hash_map<uint64, std::vector<Closure> >::iterator it =
377 base::hash_map<uint64, std::vector<Closure> >::iterator it =
405 base::hash_map<uint64, std::vector<Closure> >::iterator it =
424 base::hash_map<uint64, std::vector<Closure> >::iterator it =
617 base::hash_map<uint64, std::vector<Closure> >::iterator it =
646 base::hash_map<uint64, std::vector<Closure> >::iterator pending_it =
H A Dsimple_backend_impl.h114 typedef base::hash_map<uint64, SimpleEntryImpl*> EntryMap;
203 base::hash_map<uint64, std::vector<base::Closure> > entries_pending_doom_;
H A Dsimple_index.h109 typedef base::hash_map<uint64, EntryMetadata> EntrySet;
/external/chromium_org/net/dns/
H A Ddns_hosts.h69 typedef base::hash_map<DnsHostsKey, IPAddressNumber> DnsHosts;
71 // Android's hash_map doesn't support ==, so fall back to map. (Chromium on
/external/chromium_org/net/http/
H A Ddisk_based_cert_cache.h77 typedef base::hash_map<std::string, ReadWorker*> ReadWorkerMap;
78 typedef base::hash_map<std::string, WriteWorker*> WriteWorkerMap;

Completed in 280 milliseconds

1234567891011>>