Searched defs:entry_type (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
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 DHashEntry.h68 typedef HashEntryTy entry_type; typedef in class:mcld::EntryFactory
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
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 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 {

Completed in 288 milliseconds