Searched defs:entry_type (Results 1 - 6 of 6) 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 DHashEntry.h75 typedef HashEntryTy entry_type; typedef in class:mcld::EntryFactory
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 DStringEntry.h132 typedef StringEntry<DataType> entry_type; typedef in class:mcld::StringEntryFactory
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 {

Completed in 243 milliseconds