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

/frameworks/compile/mclinker/include/mcld/Support/
H A DPathCache.h23 hash::StringCompare<llvm::StringRef> > HashEntryType; typedef in namespace:mcld::sys::fs
25 typedef HashTable<HashEntryType,
27 EntryFactory<HashEntryType> > PathCache;
/frameworks/compile/mclinker/unittests/
H A DHashTableTest.cpp64 typedef HashEntry<int*, int, PtrCompare> HashEntryType; typedef
65 typedef HashTable<HashEntryType, PtrHash, EntryFactory<HashEntryType> >
81 typedef HashEntry<int, int, IntCompare> HashEntryType; typedef
82 HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > hashTable(16);
89 typedef HashEntry<int, int, IntCompare> HashEntryType; typedef
90 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> >
107 typedef HashEntry<int, int, IntCompare> HashEntryType; typedef
130 typedef HashEntry<int, int, IntCompare> HashEntryType; typedef
155 typedef HashEntry<int, int, IntCompare> HashEntryType; typedef
178 typedef HashEntry<int, int, IntCompare> HashEntryType; typedef
214 typedef HashEntry<int, int, IntCompare> HashEntryType; typedef
236 typedef HashEntry<int, int, IntCompare> HashEntryType; typedef
259 typedef HashEntry<int, int, IntCompare> HashEntryType; typedef
287 typedef HashEntry<int, int, IntCompare> HashEntryType; typedef
[all...]

Completed in 104 milliseconds