Home
last modified time | relevance | path

Searched refs:entry_type (Results 1 – 19 of 19) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
DHashBase.h31 typedef HashEntryTy entry_type; typedef
35 entry_type* Entry;
38 static entry_type* getEmptyBucket();
39 static entry_type* getTombstone();
71 typedef HashEntryTy entry_type; typedef
DHashEntryFactory.h21 typedef HashEntryTy entry_type; typedef
25 entry_type* produce(const key_type& pKey) { in produce()
29 void destroy(entry_type*& pEntry) { HashEntryTy::Destroy(pEntry); } in destroy()
DHashIterator.h24 typedef typename HashTableImplTy::entry_type entry_type; typedef
83 inline entry_type* getEntry() { in getEntry()
89 inline const entry_type* getEntry() const { in getEntry()
157 typedef typename HashTableImplTy::entry_type entry_type; typedef
187 inline entry_type* getEntry() { in getEntry()
193 inline const entry_type* getEntry() const { in getEntry()
DHashBase.tcc36 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()
DHashTable.h41 typedef HashEntryTy entry_type; typedef
71 entry_type* insert(const key_type& pKey, bool& pExist);
DHashEntry.h68 typedef HashEntryTy entry_type; typedef
DHashTable.tcc61 typename HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::entry_type*
69 entry_type* entry = bucket.Entry; in insert()
DStringEntry.h111 typedef StringEntry<DataType> entry_type; typedef
/frameworks/base/tools/aapt2/
Dformats.md25 | `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 serialized
32 If the `entry_type` is equal to `RES_FILE (0x00000001)`, the `data` field contains the following:
/frameworks/compile/mclinker/unittests/
DHashTableTest.cpp96 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()
/frameworks/base/tools/aapt2/format/
DContainer.cpp323 ::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()
/frameworks/compile/mclinker/include/mcld/Support/
DDirectory.h32 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;
DFileSystem.h89 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter);
/frameworks/compile/mclinker/lib/LD/
DSectionSymbolSet.cpp53 SectHashTableType::entry_type* entry = in add()
/frameworks/compile/mclinker/lib/Support/Windows/
DPathV3.inc158 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter) {
159 mcld::sys::fs::PathCache::entry_type* entry = 0;
DFileSystem.inc61 fs::PathCache::entry_type* entry = pDir.m_Cache.insert(path, exist);
/frameworks/compile/mclinker/lib/Support/Unix/
DPathV3.inc189 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter) {
190 mcld::sys::fs::PathCache::entry_type* entry = 0;
DFileSystem.inc78 mcld::sys::fs::PathCache::entry_type* entry =
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp950 HashTableType::entry_type* entry = NULL; in emitRegNamePools()
990 HashTableType::entry_type* entry = 0; in emitDynNamePools()