Searched defs:IDMap (Results 1 - 4 of 4) sorted by relevance
/external/libchrome/base/ |
H A D | id_map.h | 38 class IDMap { class 46 IDMap() : iteration_depth_(0), next_id_(1), check_on_null_data_(false) { function in class:IDMap 47 // A number of consumers of IDMap create it on one thread but always 54 ~IDMap() { 55 // Many IDMap's are static, and hence will be destroyed on the main 107 // how the existing value is treated, the IDMap does not delete the existing 163 Iterator(IDMap<T, OS>* map) 229 IDMap<T, OS>* map_; 282 DISALLOW_COPY_AND_ASSIGN(IDMap);
|
/external/skia/src/core/ |
H A D | SkRemote.cpp | 544 class IDMap { class in class:SkRemote::final 546 ~IDMap() { 607 IDMap<SkMatrix , Type::kMatrix > fMatrix; 608 IDMap<Misc , Type::kMisc > fMisc; 609 IDMap<SkPath , Type::kPath > fPath; 610 IDMap<Stroke , Type::kStroke > fStroke;
|
/external/llvm/lib/Bitcode/Writer/ |
H A D | ValueEnumerator.cpp | 772 DenseMap<const BasicBlock*, unsigned> &IDMap) { 775 IDMap[&BB] = ++Counter; 771 IncorporateFunctionInfoGlobalBBIDs(const Function *F, DenseMap<const BasicBlock*, unsigned> &IDMap) argument
|
/external/clang/lib/Frontend/ |
H A D | CacheTokens.cpp | 183 typedef llvm::DenseMap<const IdentifierInfo*,uint32_t> IDMap; typedef in class:__anon1379::PTHWriter 186 IDMap IM; 253 IDMap::iterator I = IM.find(II); 665 for (IDMap::iterator I = IM.begin(), E = IM.end(); I != E; ++I) {
|
Completed in 214 milliseconds