Searched refs:entry_type (Results 1 - 13 of 13) sorted by path

/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashBase.h31 typedef HashEntryTy entry_type; typedef in class:mcld::HashBucket
35 entry_type* Entry;
38 static entry_type* getEmptyBucket();
39 static entry_type* getTombstone();
71 typedef HashEntryTy entry_type; typedef in class:mcld::HashTableImpl
H A DHashEntry.h68 typedef HashEntryTy entry_type; typedef in class:mcld::EntryFactory
H A DHashEntryFactory.h21 typedef HashEntryTy entry_type; typedef in class:mcld::HashEntryFactory
25 entry_type* produce(const key_type& pKey) {
29 void destroy(entry_type*& pEntry) { HashEntryTy::Destroy(pEntry); }
H A DHashIterator.h24 typedef typename HashTableImplTy::entry_type entry_type; typedef in class:mcld::ChainIteratorBase
83 inline entry_type* getEntry() {
89 inline const entry_type* getEntry() const {
157 typedef typename HashTableImplTy::entry_type entry_type; typedef in class:mcld::EntryIteratorBase
187 inline entry_type* getEntry() {
193 inline const entry_type* getEntry() const {
H A DHashTable.h41 typedef HashEntryTy entry_type; typedef in class:mcld::HashTable
71 entry_type* insert(const key_type& pKey, bool& pExist);
H A DStringEntry.h111 typedef StringEntry<DataType> entry_type; typedef in class:mcld::StringEntryFactory
/frameworks/compile/mclinker/include/mcld/Support/
H A DDirectory.h32 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(
110 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(
148 DirCache::entry_type* m_pEntry;
H A DFileSystem.h89 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter);
/frameworks/compile/mclinker/lib/LD/
H A DSectionSymbolSet.cpp53 SectHashTableType::entry_type* entry =
/frameworks/compile/mclinker/lib/Support/Unix/
H A DFileSystem.inc78 mcld::sys::fs::PathCache::entry_type* entry =
/frameworks/compile/mclinker/lib/Support/Windows/
H A DFileSystem.inc61 fs::PathCache::entry_type* entry = pDir.m_Cache.insert(path, exist);
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp950 HashTableType::entry_type* entry = NULL;
990 HashTableType::entry_type* entry = 0;
/frameworks/compile/mclinker/unittests/
H A DHashTableTest.cpp96 HashTableTy::entry_type* val = hashTable->insert(key, exist);
113 HashTableTy::entry_type* entry = 0;
220 HashTableTy::entry_type* entry = 0;
242 HashTableTy::entry_type* entry = 0;
265 HashTableTy::entry_type* entry = 0;
293 HashTableTy::entry_type* entry = 0;

Completed in 961 milliseconds