Searched defs:HashEntryType (Results 1 – 2 of 2) sorted by relevance
/frameworks/compile/mclinker/unittests/ |
D | HashTableTest.cpp | 80 typedef HashEntry<int*, int, PtrCompare> HashEntryType; in TEST_F() typedef 98 typedef HashEntry<int, int, IntCompare> HashEntryType; in TEST_F() typedef 106 typedef HashEntry<int, int, IntCompare> HashEntryType; in TEST_F() typedef 123 typedef HashEntry<int, int, IntCompare> HashEntryType; in TEST_F() typedef 145 typedef HashEntry<int, int, IntCompare> HashEntryType; in TEST_F() typedef 170 typedef HashEntry<int, int, IntCompare> HashEntryType; in TEST_F() typedef 193 typedef HashEntry<int, int, IntCompare> HashEntryType; in TEST_F() typedef 229 typedef HashEntry<int, int, IntCompare> HashEntryType; in TEST_F() typedef 250 typedef HashEntry<int, int, IntCompare> HashEntryType; in TEST_F() typedef 273 typedef HashEntry<int, int, IntCompare> HashEntryType; in TEST_F() typedef [all …]
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | PathCache.h | 27 hash::StringCompare<llvm::StringRef> > HashEntryType; typedef
|