Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_run_context.cpp180 m_activeSections.push_back(&sectionTracker); 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()
Dcatch_run_context.h143 std::vector<ITracker*> m_activeSections; variable
/external/bcc/tests/cc/
Dcatch.hpp5964 m_activeSections.push_back( &sectionTracker ); 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
/external/catch2/single_include/catch2/
Dcatch.hpp6244 std::vector<ITracker*> m_activeSections; member in Catch::RunContext
10409 m_activeSections.push_back(&sectionTracker); 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()