Searched refs:SectionType (Results 1 – 2 of 2) sorted by relevance
93 enum class SectionType : uint8_t { enum99 DexLayoutSection sections_[static_cast<size_t>(SectionType::kSectionCount)];102 std::ostream& operator<<(std::ostream& os, DexLayoutSections::SectionType collector_type);
35 for (size_t i = 0; i < static_cast<size_t>(DexLayoutSections::SectionType::kSectionCount); ++i) { in operator <<()36 os << static_cast<DexLayoutSections::SectionType>(i) << ":" << sections.sections_[i] << "\n"; in operator <<()