Home
last modified time | relevance | path

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

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