Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/unittests/
DHashTableTest.cpp80 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/
DPathCache.h27 hash::StringCompare<llvm::StringRef> > HashEntryType; typedef