Home
last modified time | relevance | path

Searched refs:HashEntryType (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/unittests/
DHashTableTest.cpp64 typedef HashEntry<int*, int, PtrCompare> HashEntryType; in TEST_F() typedef
65 typedef HashTable<HashEntryType, PtrHash, EntryFactory<HashEntryType> > in TEST_F()
81 typedef HashEntry<int, int, IntCompare> HashEntryType; in TEST_F() typedef
82 HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > hashTable(16); in TEST_F()
89 typedef HashEntry<int, int, IntCompare> HashEntryType; in TEST_F() typedef
90 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > in TEST_F()
107 typedef HashEntry<int, int, IntCompare> HashEntryType; in TEST_F() typedef
108 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > in TEST_F()
130 typedef HashEntry<int, int, IntCompare> HashEntryType; in TEST_F() typedef
131 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > in TEST_F()
[all …]
/frameworks/compile/mclinker/include/mcld/Support/
DPathCache.h23 hash::StringCompare<llvm::StringRef> > HashEntryType; typedef
25 typedef HashTable<HashEntryType,
27 EntryFactory<HashEntryType> > PathCache;