Searched refs:MappedType (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/wtf/ |
D | HashIterators.h | 31 …template<typename HashTableType, typename KeyType, typename MappedType> struct HashTableConstKeysI… 32 …template<typename HashTableType, typename KeyType, typename MappedType> struct HashTableConstValue… 33 …template<typename HashTableType, typename KeyType, typename MappedType> struct HashTableKeysIterat… 34 …template<typename HashTableType, typename KeyType, typename MappedType> struct HashTableValuesIter… 36 … typename KeyType, typename MappedType> struct HashTableConstIteratorAdapter<HashTableType, KeyVal… 38 typedef KeyValuePair<KeyType, MappedType> ValueType; 40 typedef HashTableConstKeysIterator<HashTableType, KeyType, MappedType> Keys; 41 typedef HashTableConstValuesIterator<HashTableType, KeyType, MappedType> Values; 59 …pe, typename KeyType, typename MappedType> struct HashTableIteratorAdapter<HashTableType, KeyValue… 61 typedef KeyValuePair<KeyType, MappedType> ValueType; [all …]
|
D | HashMap.h | 62 typedef typename MappedTraits::TraitType MappedType;
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | ImageDecodingStore.cpp | 354 …pename V::AddResult result = identifierMap->add(cacheEntry->generator(), typename V::MappedType()); in insertCacheInternal() 418 const typename U::MappedType::PtrType cacheEntry = cacheMap->get(cacheIdentifierList[i]); in removeCacheIndexedByGeneratorInternal()
|
/external/clang/lib/Sema/ |
D | AnalysisBasedWarnings.cpp | 1333 typedef llvm::PointerIntPair<UsesVec *, 1, bool> MappedType; typedef in __anon94e2d5210911::UninitValsDiagReporter 1337 typedef llvm::MapVector<const VarDecl *, MappedType> UsesMap; 1346 MappedType &getUses(const VarDecl *vd) { in getUses() 1350 MappedType &V = (*uses)[vd]; in getUses() 1372 const MappedType &V = P.second; in flushDiagnostics()
|
/external/chromium_org/third_party/WebKit/Source/platform/heap/ |
D | Visitor.h | 542 … ValueTraits::weakHandlingFlag, WeakPointersActWeak, typename HashMap::MappedType, ValueTraits>::t…
|