Searched refs:entry_type (Results 1 – 19 of 19) 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
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()
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()
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
25 | `4` | `entry_type` | The type of the entry. This can be one of two types: `RES_TABL…26 … `entry_length` | The length of the data that follows. Do not use if `entry_type` is `RES_FILE`; …27 …data` | The payload. The contents of this varies based on the `entry_type`. …29 If the `entry_type` is equal to `RES_TABLE (0x00000000)`, the `data` field contains a serialized32 If the `entry_type` is equal to `RES_FILE (0x00000001)`, the `data` field contains the following:
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()
323 ::google::protobuf::uint32 entry_type; in Next()324 if (!coded_in_.ReadLittleEndian32(&entry_type)) { in Next()339 if (entry_type == ContainerEntryType::kResFile || entry_type == ContainerEntryType::kResTable) { in Next()340 entry_.type_ = static_cast<ContainerEntryType>(entry_type); in Next()342 error_ = StringPrintf("entry type 0x%08x is invalid", entry_type); in Next()
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()