Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/mclinker/unittests/
H A DHashTableTest.cpp65 typedef HashTable<HashEntryType, PtrHash, EntryFactory<HashEntryType> > in TEST_F()
82 HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > hashTable(16); in TEST_F()
90 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > in TEST_F()
108 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > in TEST_F()
131 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > in TEST_F()
156 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > in TEST_F()
179 typedef HashTable<HashEntryType, IntMod3Hash, EntryFactory<HashEntryType> > in TEST_F()
215 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > in TEST_F()
237 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > in TEST_F()
260 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > in TEST_F()
[all …]
/aosp12/frameworks/compile/mclinker/include/mcld/Support/
H A DPathCache.h23 hash::StringCompare<llvm::StringRef> > HashEntryType; typedef
25 typedef HashTable<HashEntryType,
27 EntryFactory<HashEntryType> > PathCache;