Searched refs:IDMap (Results 1 - 7 of 7) sorted by relevance

/external/chromium/base/
H A Did_map.h35 class IDMap : public base::NonThreadSafe { class in inherits:base::NonThreadSafe
41 IDMap() : iteration_depth_(0), next_id_(1), check_on_null_data_(false) { function in class:IDMap
42 // A number of consumers of IDMap create it on one thread but always access
47 ~IDMap() {
48 // Many IDMap's are static, and hence will be destroyed on the main thread.
119 Iterator(IDMap<T, OS>* map)
163 IDMap<T, OS>* map_;
216 DISALLOW_COPY_AND_ASSIGN(IDMap);
H A Did_map_unittest.cc26 IDMap<TestObject> map;
60 IDMap<TestObject> map;
71 IDMap<TestObject>::const_iterator iter(&map);
88 IDMap<TestObject> map;
98 for (IDMap<TestObject>::const_iterator iter(&map);
136 IDMap<DestructorCounter> map_external;
137 IDMap<DestructorCounter, IDMapOwnPointer> map_owned;
175 IDMap<DestructorCounter> map_external;
176 IDMap<DestructorCounter, IDMapOwnPointer> map_owned;
/external/chromium/chrome/browser/search_engines/
H A Dutil.cc77 typedef std::map<int, TemplateURL*> IDMap; typedef
78 IDMap id_to_turl;
104 IDMap::iterator existing_url_iter(id_to_turl.find(prepopulated_id));
135 for (IDMap::iterator i(id_to_turl.begin()); i != id_to_turl.end(); ++i) {
/external/chromium/chrome/browser/service/
H A Dservice_process_control.h44 typedef IDMap<ServiceProcessControl>::iterator iterator;
/external/chromium/chrome/browser/
H A Dgpu_process_host_ui_shim.cc40 IDMap<GpuProcessHostUIShim> g_hosts_by_id;
144 IDMap<GpuProcessHostUIShim>::iterator it(&g_hosts_by_id);
/external/clang/lib/Frontend/
H A DCacheTokens.cpp172 typedef llvm::DenseMap<const IdentifierInfo*,uint32_t> IDMap; typedef in class:__anon2880::PTHWriter
175 IDMap IM;
232 IDMap::iterator I = IM.find(II);
624 for (IDMap::iterator I = IM.begin(), E = IM.end(); I != E; ++I) {
/external/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp477 DenseMap<const BasicBlock*, unsigned> &IDMap) {
480 IDMap[BB] = ++Counter;
476 IncorporateFunctionInfoGlobalBBIDs(const Function *F, DenseMap<const BasicBlock*, unsigned> &IDMap) argument

Completed in 154 milliseconds