Home
last modified time | relevance | path

Searched refs:entry_type (Results 1 – 17 of 17) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
DHashBase.h30 typedef HashEntryTy entry_type; typedef
34 entry_type *Entry;
37 static entry_type* getEmptyBucket();
38 static entry_type* getTombstone();
73 typedef HashEntryTy entry_type; typedef
DHashEntryFactory.h22 typedef HashEntryTy entry_type; typedef
26 entry_type* produce(const key_type& pKey) in produce()
29 void destroy(entry_type*& pEntry) in destroy()
DHashIterator.h25 typedef typename HashTableImplTy::entry_type entry_type; typedef
88 inline entry_type* getEntry() { in getEntry()
94 inline const entry_type* getEntry() const { in getEntry()
164 typedef typename HashTableImplTy::entry_type entry_type; typedef
199 inline entry_type* getEntry() { in getEntry()
205 inline const entry_type* getEntry() const { in getEntry()
DHashBase.tcc38 typename HashBucket<DataType>::entry_type*
41 static entry_type* empty_bucket = reinterpret_cast<entry_type*>(0x0); in getEmptyBucket()
46 typename HashBucket<DataType>::entry_type*
49 static entry_type* tombstone = reinterpret_cast<entry_type*>(0x1); in getTombstone()
DHashTable.h42 typedef HashEntryTy entry_type; typedef
73 entry_type* insert(const key_type& pKey, bool& pExist);
DHashEntry.h75 typedef HashEntryTy entry_type; typedef
DHashTable.tcc63 typename HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::entry_type*
70 entry_type* entry = bucket.Entry; in insert()
DStringEntry.h132 typedef StringEntry<DataType> entry_type; typedef
/frameworks/compile/mclinker/unittests/
DHashTableTest.cpp85 HashTableTy::entry_type* entry = 0; in TEST_F()
112 HashTableTy::entry_type* val = hashTable->insert(key, exist); in TEST_F()
128 HashTableTy::entry_type* entry = 0; in TEST_F()
150 HashTableTy::entry_type* entry = 0; in TEST_F()
175 HashTableTy::entry_type* entry = 0; in TEST_F()
198 HashTableTy::entry_type* entry = 0; in TEST_F()
234 HashTableTy::entry_type* entry = 0; in TEST_F()
255 HashTableTy::entry_type* entry = 0; in TEST_F()
278 HashTableTy::entry_type* entry = 0; in TEST_F()
309 HashTableTy::entry_type* entry = 0; in TEST_F()
/frameworks/compile/mclinker/include/mcld/Support/
DDirectory.h33 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
107 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
144 DirCache::entry_type* m_pEntry;
DFileSystem.h93 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter);
/frameworks/compile/mclinker/lib/LD/
DSectionSymbolSet.cpp56 SectHashTableType::entry_type* entry = in add()
/frameworks/compile/mclinker/lib/Support/Windows/
DPathV3.inc165 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter)
167 mcld::sys::fs::PathCache::entry_type* entry = 0;
DFileSystem.inc60 fs::PathCache::entry_type* entry = pDir.m_Cache.insert(path, exist);
/frameworks/compile/mclinker/lib/Support/Unix/
DPathV3.inc199 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter)
201 mcld::sys::fs::PathCache::entry_type* entry = 0;
DFileSystem.inc76 mcld::sys::fs::PathCache::entry_type* entry = pDir.m_Cache.insert(path, exist);
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1004 HashTableType::entry_type* entry = NULL; in emitRegNamePools()
1045 HashTableType::entry_type* entry = 0; in emitDynNamePools()