Home
last modified time | relevance | path

Searched refs:m_sections (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/source/Core/
DSection.cpp403 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 …]
/external/llvm-project/lldb/include/lldb/Core/
DSection.h40 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;
/external/catch2/include/reporters/
Dcatch_reporter_bases.hpp248 std::vector<std::vector<std::shared_ptr<SectionNode>>> m_sections; member
/external/bcc/tests/cc/
Dcatch.hpp8721 std::vector<std::vector<Ptr<SectionNode> > > m_sections; member
/external/catch2/single_include/catch2/
Dcatch.hpp5905 std::vector<std::vector<std::shared_ptr<SectionNode>>> m_sections; member
/external/libabigail/tests/lib/
Dcatch.hpp5941 std::vector<std::vector<std::shared_ptr<SectionNode>>> m_sections; member