Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp8088 std::vector<SectionEndInfo> m_unfinishedSections; member in Catch::RunContext
12635 if (m_unfinishedSections.empty()) in sectionEndedEarly()
12641 m_unfinishedSections.push_back(endInfo); in sectionEndedEarly()
12798 for (auto it = m_unfinishedSections.rbegin(), in handleUnfinishedSections()
12799 itEnd = m_unfinishedSections.rend(); in handleUnfinishedSections()
12803 m_unfinishedSections.clear(); in handleUnfinishedSections()