Home
last modified time | relevance | path

Searched refs:ContainerEntryType (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tools/aapt2/format/
DContainer.h33 enum ContainerEntryType : uint8_t { enum
60 ContainerEntryType Type() const;
77 ContainerEntryType type_ = ContainerEntryType::kResTable;
DContainer.cpp171 ContainerEntryType ContainerReaderEntry::Type() const { in Type()
177 CHECK(type_ == ContainerEntryType::kResTable) << "reading a kResTable when the type is kResFile"; in GetResTable()
197 CHECK(type_ == ContainerEntryType::kResFile) << "reading a kResFile when the type is kResTable"; in GetResFileOffsets()
332 if (entry_type == ContainerEntryType::kResFile || entry_type == ContainerEntryType::kResTable) { in Next()
333 entry_.type_ = static_cast<ContainerEntryType>(entry_type); in Next()
DContainer_test.cpp66 ASSERT_THAT(entry->Type(), Eq(ContainerEntryType::kResFile)); in TEST()
77 ASSERT_THAT(entry->Type(), Eq(ContainerEntryType::kResTable)); in TEST()
/frameworks/base/tools/aapt2/cmd/
DDump.cpp162 if (entry->Type() == ContainerEntryType::kResTable) { in Action()
185 } else if (entry->Type() == ContainerEntryType::kResFile) { in Action()
DLink.cpp1476 if (entry->Type() == ContainerEntryType::kResTable) { in MergeFile()
1497 } else if (entry->Type() == ContainerEntryType::kResFile) { in MergeFile()