Searched defs:HashEntryType (Results 1 – 2 of 2) sorted by relevance
/frameworks/compile/mclinker/unittests/ |
D | HashTableTest.cpp | 64 typedef HashEntry<int*, int, PtrCompare> HashEntryType; in TEST_F() typedef 81 typedef HashEntry<int, int, IntCompare> HashEntryType; in TEST_F() typedef 89 typedef HashEntry<int, int, IntCompare> HashEntryType; in TEST_F() typedef 107 typedef HashEntry<int, int, IntCompare> HashEntryType; in TEST_F() typedef 130 typedef HashEntry<int, int, IntCompare> HashEntryType; in TEST_F() typedef 155 typedef HashEntry<int, int, IntCompare> HashEntryType; in TEST_F() typedef 178 typedef HashEntry<int, int, IntCompare> HashEntryType; in TEST_F() typedef 214 typedef HashEntry<int, int, IntCompare> HashEntryType; in TEST_F() typedef 236 typedef HashEntry<int, int, IntCompare> HashEntryType; in TEST_F() typedef 259 typedef HashEntry<int, int, IntCompare> HashEntryType; in TEST_F() typedef [all …]
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | PathCache.h | 23 hash::StringCompare<llvm::StringRef> > HashEntryType; typedef
|