Searched defs:HashTableTy (Results 1 – 1 of 1) sorted by relevance
/frameworks/compile/mclinker/unittests/ |
D | HashTableTest.cpp | 81 typedef HashTable<HashEntryType, PtrHash, EntryFactory<HashEntryType> > HashTableTy; in TEST_F() typedef 107 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > HashTableTy; in TEST_F() typedef 124 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > HashTableTy; in TEST_F() typedef 146 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > HashTableTy; in TEST_F() typedef 171 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > HashTableTy; in TEST_F() typedef 194 typedef HashTable<HashEntryType, IntMod3Hash, EntryFactory<HashEntryType> > HashTableTy; in TEST_F() typedef 230 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > HashTableTy; in TEST_F() typedef 251 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > HashTableTy; in TEST_F() typedef 274 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > HashTableTy; in TEST_F() typedef 305 typedef HashTable<HashEntryType, FixHash, EntryFactory<HashEntryType> > HashTableTy; in TEST_F() typedef
|