Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_section.cpp17 m_sectionIncluded( getResultCapture().sectionStarted( m_info, m_assertions ) ) in Section()
23 if( m_sectionIncluded ) { in ~Section()
34 return m_sectionIncluded; in operator bool()
Dcatch_section.h33 bool m_sectionIncluded; variable
/external/bcc/tests/cc/
Dcatch.hpp2315 bool m_sectionIncluded; member in Catch::Section
7848 m_sectionIncluded( getResultCapture().sectionStarted( m_info, m_assertions ) ) in Section()
7854 if( m_sectionIncluded ) { in ~Section()
7865 return m_sectionIncluded; in operator bool()
/external/catch2/single_include/catch2/
Dcatch.hpp2548 bool m_sectionIncluded; member in Catch::Section
10736 m_sectionIncluded( getResultCapture().sectionStarted( m_info, m_assertions ) ) in Section()
10742 if( m_sectionIncluded ) { in ~Section()
10753 return m_sectionIncluded; in operator bool()