Home
last modified time | relevance | path

Searched refs: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
81 typedef HashTable<HashEntryType, PtrHash, EntryFactory<HashEntryType> > HashTableTy; in TEST_F()
98 typedef HashEntry<int, int, IntCompare> HashEntryType; in TEST_F() typedef
99 HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > hashTable(16); in TEST_F()
106 typedef HashEntry<int, int, IntCompare> HashEntryType; in TEST_F() typedef
107 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > HashTableTy; in TEST_F()
123 typedef HashEntry<int, int, IntCompare> HashEntryType; in TEST_F() typedef
124 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > HashTableTy; in TEST_F()
145 typedef HashEntry<int, int, IntCompare> HashEntryType; in TEST_F() typedef
146 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > HashTableTy; in TEST_F()
[all …]
/frameworks/compile/mclinker/include/mcld/Support/
DPathCache.h27 hash::StringCompare<llvm::StringRef> > HashEntryType; typedef
30 typedef HashTable<HashEntryType, hash::StringHash<hash::BKDR>, EntryFactory<HashEntryType> > PathCa…