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;
178 ContainerEntryType ContainerReaderEntry::Type() const { in Type()184 CHECK(type_ == ContainerEntryType::kResTable) << "reading a kResTable when the type is kResFile"; in GetResTable()204 CHECK(type_ == ContainerEntryType::kResFile) << "reading a kResFile when the type is kResTable"; in GetResFileOffsets()339 if (entry_type == ContainerEntryType::kResFile || entry_type == ContainerEntryType::kResTable) { in Next()340 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()
168 if (entry->Type() == ContainerEntryType::kResTable) { in Action()191 } else if (entry->Type() == ContainerEntryType::kResFile) { in Action()
1502 if (entry->Type() == ContainerEntryType::kResTable) { in MergeFile()1523 } else if (entry->Type() == ContainerEntryType::kResFile) { in MergeFile()