Searched defs:MappedType (Results 1 - 3 of 3) 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 DHashMap.h62 typedef typename MappedTraits::TraitType MappedType; typedef in class:WTF::HashMap
/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1333 typedef llvm::PointerIntPair<UsesVec *, 1, bool> MappedType; typedef in class:__anon17192::UninitValsDiagReporter
1337 typedef llvm::MapVector<const VarDecl *, MappedType> UsesMap;
1346 MappedType &getUses(const VarDecl *vd) {
1350 MappedType &V = (*uses)[vd];
1372 const MappedType &V = P.second;

Completed in 174 milliseconds