Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_xml.cpp85 if( m_sectionDepth++ > 0 ) { in sectionStarting()
172 if( --m_sectionDepth > 0 ) { in sectionEnded()
Dcatch_reporter_xml.h56 int m_sectionDepth = 0; variable
/external/bcc/tests/cc/
Dcatch.hpp9087 m_sectionDepth( 0 ) in XmlReporter()
9128 if( m_sectionDepth++ > 0 ) { in sectionStarting()
9210 if( --m_sectionDepth > 0 ) { in sectionEnded()
9256 int m_sectionDepth; member in Catch::XmlReporter
/external/catch2/single_include/catch2/
Dcatch.hpp5743 int m_sectionDepth = 0; member in Catch::XmlReporter
14387 if( m_sectionDepth++ > 0 ) { in sectionStarting()
14473 if( --m_sectionDepth > 0 ) { in sectionEnded()