Searched refs:HashTableTy (Results 1 - 1 of 1) sorted by last modified time

/frameworks/compile/mclinker/unittests/
H A DHashTableTest.cpp81 typedef HashTable<HashEntryType, PtrHash, EntryFactory<HashEntryType> > HashTableTy; typedef
82 HashTableTy *hashTable = new HashTableTy(0);
85 HashTableTy::entry_type* entry = 0;
91 HashTableTy::iterator iter;
107 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > HashTableTy; typedef
108 HashTableTy *hashTable = new HashTableTy(22);
112 HashTableTy::entry_type* val = hashTable->insert(key, exist);
117 HashTableTy
124 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > HashTableTy; typedef
146 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > HashTableTy; typedef
171 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > HashTableTy; typedef
195 typedef HashTable<HashEntryType, IntMod3Hash, EntryFactory<HashEntryType> > HashTableTy; typedef
231 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > HashTableTy; typedef
252 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > HashTableTy; typedef
275 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > HashTableTy; typedef
306 typedef HashTable<HashEntryType, FixHash, EntryFactory<HashEntryType> > HashTableTy; typedef
[all...]

Completed in 404 milliseconds