Home
last modified time | relevance | path

Searched refs:m_sectionIncluded (Results 1 – 5 of 5) 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.hpp2898 bool m_sectionIncluded; member in Catch::Section
12968 m_sectionIncluded( getResultCapture().sectionStarted( m_info, m_assertions ) ) in Section()
12974 if( m_sectionIncluded ) { in ~Section()
12985 return m_sectionIncluded; in operator bool()
/external/libabigail/tests/lib/
Dcatch.hpp2920 bool m_sectionIncluded; member in Catch::Section
13111 m_sectionIncluded( getResultCapture().sectionStarted( m_info, m_assertions ) ) in Section()
13117 if( m_sectionIncluded ) { in ~Section()
13128 return m_sectionIncluded; in operator bool()