Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp8089 std::vector<ITracker*> m_activeSections; member in Catch::RunContext
12590 m_activeSections.push_back(&sectionTracker); in sectionStarted()
12624 if (!m_activeSections.empty()) { in sectionEnded()
12625 m_activeSections.back()->close(); in sectionEnded()
12626 m_activeSections.pop_back(); in sectionEnded()
12636 m_activeSections.back()->fail(); in sectionEndedEarly()
12638 m_activeSections.back()->close(); in sectionEndedEarly()
12639 m_activeSections.pop_back(); in sectionEndedEarly()