Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashTable.tcc15 HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::HashTable( in HashTable() function in HashTable
23 HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::~HashTable() { in ~HashTable()
63 const typename HashTable<HashEntryTy, in insert()
95 const typename HashTable<HashEntryTy, in erase()
117 const typename HashTable<HashEntryTy, in find()
131 const typename HashTable<HashEntryTy, in find()
145 const typename HashTable<HashEntryTy, in count()
230 const typename HashTable<HashEntryTy, in begin()
241 const typename HashTable<HashEntryTy, in end()
250 typename HashTable<HashEntryTy,
[all …]
H A DHashTable.h34 class HashTable : public HashTableImpl<HashEntryTy, HashFunctionTy> {
60 explicit HashTable(size_type pSize = 3);
61 ~HashTable();
114 DISALLOW_COPY_AND_ASSIGN(HashTable);
/aosp12/frameworks/compile/mclinker/unittests/
H A 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 …]
/aosp12/frameworks/compile/mclinker/include/mcld/
H A DLinkerScript.h35 typedef HashTable<StringEntry<llvm::StringRef>,
39 typedef HashTable<StringEntry<uint64_t>,
/aosp12/frameworks/compile/mclinker/include/mcld/LD/
H A DArchive.h72 typedef HashTable<ObjectMemberEntryType,
89 typedef HashTable<ArchiveMemberEntryType,
H A DObjectReader.h27 typedef HashTable<ResolveInfo, hash::StringHash<hash::DJB> >
H A DSectionSymbolSet.h63 typedef HashTable<SectHashEntryType,
H A DNamePool.h33 typedef HashTable<ResolveInfo, hash::StringHash<hash::DJB> > Table;
H A DBranchIsland.h159 typedef HashTable<StubEntryType, Key::Hash, EntryFactory<StubEntryType> >
/aosp12/frameworks/compile/mclinker/include/mcld/Support/
H A DPathCache.h25 typedef HashTable<HashEntryType,
/aosp12/frameworks/compile/mclinker/lib/Script/
H A DScriptFile.cpp42 typedef HashTable<ParserStrEntry,
/aosp12/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h509 typedef HashTable<SymHashEntryType,