Searched refs:entry_type (Results 1 – 17 of 17) sorted by relevance
31 typedef HashEntryTy entry_type; typedef35 entry_type* Entry;38 static entry_type* getEmptyBucket();39 static entry_type* getTombstone();71 typedef HashEntryTy entry_type; typedef
24 typedef typename HashTableImplTy::entry_type entry_type; typedef83 inline entry_type* getEntry() { in getEntry()89 inline const entry_type* getEntry() const { in getEntry()157 typedef typename HashTableImplTy::entry_type entry_type; typedef187 inline entry_type* getEntry() { in getEntry()193 inline const entry_type* getEntry() const { in getEntry()
21 typedef HashEntryTy entry_type; typedef25 entry_type* produce(const key_type& pKey) { in produce()29 void destroy(entry_type*& pEntry) { HashEntryTy::Destroy(pEntry); } in destroy()
36 typename HashBucket<DataType>::entry_type*38 static entry_type* empty_bucket = reinterpret_cast<entry_type*>(0x0); in getEmptyBucket()43 typename HashBucket<DataType>::entry_type*45 static entry_type* tombstone = reinterpret_cast<entry_type*>(0x1); in getTombstone()
41 typedef HashEntryTy entry_type; typedef71 entry_type* insert(const key_type& pKey, bool& pExist);
68 typedef HashEntryTy entry_type; typedef
61 typename HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::entry_type*69 entry_type* entry = bucket.Entry; in insert()
111 typedef StringEntry<DataType> entry_type; typedef
96 HashTableTy::entry_type* val = hashTable->insert(key, exist); in TEST_F()113 HashTableTy::entry_type* entry = 0; in TEST_F()220 HashTableTy::entry_type* entry = 0; in TEST_F()242 HashTableTy::entry_type* entry = 0; in TEST_F()265 HashTableTy::entry_type* entry = 0; in TEST_F()293 HashTableTy::entry_type* entry = 0; in TEST_F()
32 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;
89 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter);
53 SectHashTableType::entry_type* entry = in add()
158 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter) {159 mcld::sys::fs::PathCache::entry_type* entry = 0;
61 fs::PathCache::entry_type* entry = pDir.m_Cache.insert(path, exist);
189 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter) {190 mcld::sys::fs::PathCache::entry_type* entry = 0;
78 mcld::sys::fs::PathCache::entry_type* entry =
950 HashTableType::entry_type* entry = NULL; in emitRegNamePools()990 HashTableType::entry_type* entry = 0; in emitDynNamePools()