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

/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashEntryFactory.h22 typedef HashEntryTy entry_type; typedef in class:mcld::HashEntryFactory
26 entry_type* produce(const key_type& pKey)
29 void destroy(entry_type*& pEntry)
H A DHashBase.h30 typedef HashEntryTy entry_type; typedef in class:mcld::HashBucket
34 entry_type *Entry;
37 static entry_type* getEmptyBucket();
38 static entry_type* getTombstone();
73 typedef HashEntryTy entry_type; typedef in class:mcld::HashTableImpl
H A DHashIterator.h25 typedef typename HashTableImplTy::entry_type entry_type; typedef in class:mcld::ChainIteratorBase
88 inline entry_type* getEntry() {
94 inline const entry_type* getEntry() const {
164 typedef typename HashTableImplTy::entry_type entry_type; typedef in class:mcld::EntryIteratorBase
199 inline entry_type* getEntry() {
205 inline const entry_type* getEntry() const {
H A DHashTable.h42 typedef HashEntryTy entry_type; typedef in class:mcld::HashTable
73 entry_type* insert(const key_type& pKey, bool& pExist);
H A DHashEntry.h75 typedef HashEntryTy entry_type; typedef in class:mcld::EntryFactory
H A DStringEntry.h132 typedef StringEntry<DataType> entry_type; typedef in class:mcld::StringEntryFactory
/frameworks/compile/mclinker/unittests/
H A DHashTableTest.cpp85 HashTableTy::entry_type* entry = 0;
112 HashTableTy::entry_type* val = hashTable->insert(key, exist);
128 HashTableTy::entry_type* entry = 0;
150 HashTableTy::entry_type* entry = 0;
175 HashTableTy::entry_type* entry = 0;
198 HashTableTy::entry_type* entry = 0;
234 HashTableTy::entry_type* entry = 0;
255 HashTableTy::entry_type* entry = 0;
278 HashTableTy::entry_type* entry = 0;
309 HashTableTy::entry_type* entr
[all...]
/frameworks/compile/mclinker/include/mcld/Support/
H A 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;
H A DFileSystem.h93 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter);
/frameworks/compile/mclinker/lib/LD/
H A DSectionSymbolSet.cpp56 SectHashTableType::entry_type* entry =
/frameworks/compile/mclinker/lib/Support/Windows/
H A DFileSystem.inc60 fs::PathCache::entry_type* entry = pDir.m_Cache.insert(path, exist);
/frameworks/compile/mclinker/lib/Support/Unix/
H A DFileSystem.inc76 mcld::sys::fs::PathCache::entry_type* entry = pDir.m_Cache.insert(path, exist);
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1004 HashTableType::entry_type* entry = NULL;
1045 HashTableType::entry_type* entry = 0;

Completed in 248 milliseconds