Home
last modified time | relevance | path

Searched refs:HashTable (Results 1 – 12 of 12) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
DHashTable.tcc15 HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::HashTable( in HashTable() function in HashTable
23 HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::~HashTable() { in ~HashTable()
39 void HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::clear() { in clear()
61 typename HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::entry_type*
62 HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::insert( in insert()
63 const typename HashTable<HashEntryTy, in insert()
93 typename HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::size_type
94 HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::erase( in erase()
95 const typename HashTable<HashEntryTy, in erase()
115 typename HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::iterator
[all …]
DHashTable.h34 class HashTable : public HashTableImpl<HashEntryTy, HashFunctionTy> {
60 explicit HashTable(size_type pSize = 3);
61 ~HashTable();
114 DISALLOW_COPY_AND_ASSIGN(HashTable);
/frameworks/compile/mclinker/unittests/
DHashTableTest.cpp65 typedef HashTable<HashEntryType, PtrHash, EntryFactory<HashEntryType> > in TEST_F()
82 HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > hashTable(16); in TEST_F()
90 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > in TEST_F()
108 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > in TEST_F()
131 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > in TEST_F()
156 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > in TEST_F()
179 typedef HashTable<HashEntryType, IntMod3Hash, EntryFactory<HashEntryType> > in TEST_F()
215 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > in TEST_F()
237 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > in TEST_F()
260 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > in TEST_F()
[all …]
/frameworks/compile/mclinker/include/mcld/
DLinkerScript.h35 typedef HashTable<StringEntry<llvm::StringRef>,
39 typedef HashTable<StringEntry<uint64_t>,
/frameworks/compile/mclinker/include/mcld/LD/
DArchive.h72 typedef HashTable<ObjectMemberEntryType,
89 typedef HashTable<ArchiveMemberEntryType,
DObjectReader.h27 typedef HashTable<ResolveInfo, hash::StringHash<hash::DJB> >
DSectionSymbolSet.h63 typedef HashTable<SectHashEntryType,
DNamePool.h33 typedef HashTable<ResolveInfo, hash::StringHash<hash::DJB> > Table;
DBranchIsland.h159 typedef HashTable<StubEntryType, Key::Hash, EntryFactory<StubEntryType> >
/frameworks/compile/mclinker/include/mcld/Support/
DPathCache.h25 typedef HashTable<HashEntryType,
/frameworks/compile/mclinker/lib/Script/
DScriptFile.cpp42 typedef HashTable<ParserStrEntry,
/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h509 typedef HashTable<SymHashEntryType,