Home
last modified time | relevance | path

Searched refs:SectionType (Results 1 – 2 of 2) sorted by relevance

/art/libdexfile/dex/
Ddex_file_layout.h93 enum class SectionType : uint8_t { enum
99 DexLayoutSection sections_[static_cast<size_t>(SectionType::kSectionCount)];
102 std::ostream& operator<<(std::ostream& os, DexLayoutSections::SectionType collector_type);
Ddex_file_layout.cc35 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 <<()