Searched defs:IDMap (Results 1 - 4 of 4) sorted by relevance

/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/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);
/external/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp511 DenseMap<const BasicBlock*, unsigned> &IDMap) {
514 IDMap[BB] = ++Counter;
510 IncorporateFunctionInfoGlobalBBIDs(const Function *F, DenseMap<const BasicBlock*, unsigned> &IDMap) argument
/external/clang/lib/Frontend/
H A DCacheTokens.cpp172 typedef llvm::DenseMap<const IdentifierInfo*,uint32_t> IDMap; typedef in class:__anon101::PTHWriter
175 IDMap IM;
232 IDMap::iterator I = IM.find(II);
624 for (IDMap::iterator I = IM.begin(), E = IM.end(); I != E; ++I) {

Completed in 201 milliseconds