Searched refs:m_section_headers (Results 1 – 2 of 2) sorted by relevance
737 return std::distance(m_section_headers.begin(), I); in SectionIndex()741 return std::distance(m_section_headers.begin(), I); in SectionIndex()1541 return GetSectionHeaderInfo(m_section_headers, m_data, m_header, m_uuid, in ParseSectionHeaders()1551 if (id < m_section_headers.size()) in GetSectionHeaderByIndex()1552 return &m_section_headers[id]; in GetSectionHeaderByIndex()1560 for (size_t i = 1; i < m_section_headers.size(); ++i) in GetSectionIndexByName()1561 if (m_section_headers[i].section_name == ConstString(name)) in GetSectionIndexByName()1801 if (m_section_headers.empty()) in CreateSections()1804 for (SectionHeaderCollIter I = std::next(m_section_headers.begin()); in CreateSections()1805 I != m_section_headers.end(); ++I) { in CreateSections()[all …]
206 SectionHeaderColl m_section_headers; variable