Searched refs:m_activeSections (Results 1 – 1 of 1) sorted by relevance
8089 std::vector<ITracker*> m_activeSections; member in Catch::RunContext12590 m_activeSections.push_back(§ionTracker); 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()