Searched refs:m_sections (Results 1 – 6 of 6) sorted by relevance
403 m_sections = rhs.m_sections; in operator =()409 size_t section_index = m_sections.size(); in AddSection()410 m_sections.push_back(section_sp); in AddSection()419 if (idx < m_sections.size()) { in DeleteSection()420 m_sections.erase(m_sections.begin() + idx); in DeleteSection()428 iterator begin = m_sections.begin(); in FindSectionIndex()429 iterator end = m_sections.end(); in FindSectionIndex()450 iterator sect_iter, end = m_sections.end(); in ReplaceSection()451 for (sect_iter = m_sections.begin(); sect_iter != end; ++sect_iter) { in ReplaceSection()466 size_t count = m_sections.size(); in GetNumSections()[all …]
40 const_iterator begin() const { return m_sections.begin(); } in begin()41 const_iterator end() const { return m_sections.end(); } in end()42 const_iterator begin() { return m_sections.begin(); } in begin()43 const_iterator end() { return m_sections.end(); } in end()74 size_t GetSize() const { return m_sections.size(); } in GetSize()90 void Clear() { m_sections.clear(); } in Clear()93 collection m_sections;
248 std::vector<std::vector<std::shared_ptr<SectionNode>>> m_sections; member
8721 std::vector<std::vector<Ptr<SectionNode> > > m_sections; member
5905 std::vector<std::vector<std::shared_ptr<SectionNode>>> m_sections; member
5941 std::vector<std::vector<std::shared_ptr<SectionNode>>> m_sections; member