Searched refs:m_activeSections (Results 1 – 4 of 4) sorted by relevance
180 m_activeSections.push_back(§ionTracker); in sectionStarted()214 if (!m_activeSections.empty()) { in sectionEnded()215 m_activeSections.back()->close(); in sectionEnded()216 m_activeSections.pop_back(); in sectionEnded()226 m_activeSections.back()->fail(); in sectionEndedEarly()228 m_activeSections.back()->close(); in sectionEndedEarly()229 m_activeSections.pop_back(); in sectionEndedEarly()
143 std::vector<ITracker*> m_activeSections; variable
5964 m_activeSections.push_back( §ionTracker ); in sectionStarted()5990 if( !m_activeSections.empty() ) { in sectionEnded()5991 m_activeSections.back()->close(); in sectionEnded()5992 m_activeSections.pop_back(); in sectionEnded()6001 m_activeSections.back()->fail(); in sectionEndedEarly()6003 m_activeSections.back()->close(); in sectionEndedEarly()6004 m_activeSections.pop_back(); in sectionEndedEarly()6151 std::vector<ITracker*> m_activeSections; member in Catch::RunContext
6244 std::vector<ITracker*> m_activeSections; member in Catch::RunContext10409 m_activeSections.push_back(§ionTracker); in sectionStarted()10443 if (!m_activeSections.empty()) { in sectionEnded()10444 m_activeSections.back()->close(); in sectionEnded()10445 m_activeSections.pop_back(); in sectionEnded()10455 m_activeSections.back()->fail(); in sectionEndedEarly()10457 m_activeSections.back()->close(); in sectionEndedEarly()10458 m_activeSections.pop_back(); in sectionEndedEarly()