Searched refs:MappedType (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DHashIterators.h31 template<typename HashTableType, typename KeyType, typename MappedType> struct HashTableConstKeysIterator;
32 template<typename HashTableType, typename KeyType, typename MappedType> struct HashTableConstValuesIterator;
33 template<typename HashTableType, typename KeyType, typename MappedType> struct HashTableKeysIterator;
34 template<typename HashTableType, typename KeyType, typename MappedType> struct HashTableValuesIterator;
36 template<typename HashTableType, typename KeyType, typename MappedType> struct HashTableConstIteratorAdapter<HashTableType, KeyValuePair<KeyType, MappedType> > {
38 typedef KeyValuePair<KeyType, MappedType> ValueType;
40 typedef HashTableConstKeysIterator<HashTableType, KeyType, MappedType> Keys;
41 typedef HashTableConstValuesIterator<HashTableType, KeyType, MappedType> Values;
59 template<typename HashTableType, typename KeyType, typename MappedType> struc
[all...]
H A DRefPtrHashMap.h42 typedef typename MappedTraits::TraitType MappedType; typedef in class:WTF::HashMap
H A DHashMap.h52 typedef typename MappedTraits::TraitType MappedType; typedef in class:WTF::HashMap
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
H A DImageDecodingStore.cpp342 typename V::AddResult result = identifierMap->add(cacheEntry->generator(), typename V::MappedType());
397 const typename U::MappedType::PtrType cacheEntry = cacheMap->get(cacheIdentifierList[i]);
/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1157 typedef llvm::PointerIntPair<UsesVec *, 1, bool> MappedType; typedef in class:__anon15330::UninitValsDiagReporter
1161 typedef llvm::MapVector<const VarDecl *, MappedType> UsesMap;
1170 MappedType &getUses(const VarDecl *vd) {
1174 MappedType &V = (*uses)[vd];
1195 const MappedType &V = i->second;

Completed in 111 milliseconds