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

/frameworks/compile/mclinker/include/mcld/Support/
H A DPathCache.h24 hash::StringCompare<llvm::StringRef> > HashEntryType; typedef in namespace:mcld::sys::fs::__anon1076
27 typedef HashTable<HashEntryType, hash::StringHash<hash::BKDR>, EntryFactory<HashEntryType> > PathCache;
/frameworks/compile/mclinker/unittests/
H A DHashTableTest.cpp80 typedef HashEntry<int*, int, PtrCompare> HashEntryType; typedef
81 typedef HashTable<HashEntryType, PtrHash, EntryFactory<HashEntryType> > HashTableTy;
98 typedef HashEntry<int, int, IntCompare> HashEntryType; typedef
99 HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > hashTable(16);
106 typedef HashEntry<int, int, IntCompare> HashEntryType; typedef
107 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > HashTableTy;
123 typedef HashEntry<int, int, IntCompare> HashEntryType; typedef
145 typedef HashEntry<int, int, IntCompare> HashEntryType; typedef
170 typedef HashEntry<int, int, IntCompare> HashEntryType; typedef
193 typedef HashEntry<int, int, IntCompare> HashEntryType; typedef
229 typedef HashEntry<int, int, IntCompare> HashEntryType; typedef
250 typedef HashEntry<int, int, IntCompare> HashEntryType; typedef
273 typedef HashEntry<int, int, IntCompare> HashEntryType; typedef
304 typedef HashEntry<int, int, IntCompare> HashEntryType; typedef
[all...]

Completed in 110 milliseconds