Searched refs:ContainerEntryType (Results 1 – 5 of 5) sorted by relevance
33 enum ContainerEntryType : uint8_t { enum60 ContainerEntryType Type() const;77 ContainerEntryType type_ = ContainerEntryType::kResTable;
171 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()
66 ASSERT_THAT(entry->Type(), Eq(ContainerEntryType::kResFile)); in TEST()77 ASSERT_THAT(entry->Type(), Eq(ContainerEntryType::kResTable)); in TEST()
162 if (entry->Type() == ContainerEntryType::kResTable) { in Action()185 } else if (entry->Type() == ContainerEntryType::kResFile) { in Action()
1476 if (entry->Type() == ContainerEntryType::kResTable) { in MergeFile()1497 } else if (entry->Type() == ContainerEntryType::kResFile) { in MergeFile()