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

/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
194 typedef HashTable<HashEntryType, IntMod3Hash, EntryFactory<HashEntryType> > HashTableTy; typedef
230 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > HashTableTy; typedef
251 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > HashTableTy; typedef
274 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > HashTableTy; typedef
305 typedef HashTable<HashEntryType, FixHash, EntryFactory<HashEntryType> > HashTableTy; typedef
[all...]

Completed in 697 milliseconds