Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_xml.h63 int m_sectionDepth = 0; variable
Dcatch_reporter_xml.cpp87 if( m_sectionDepth++ > 0 ) { in sectionStarting()
174 if( --m_sectionDepth > 0 ) { in sectionEnded()
/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.hpp6376 int m_sectionDepth = 0; member in Catch::XmlReporter
16975 if( m_sectionDepth++ > 0 ) { in sectionStarting()
17061 if( --m_sectionDepth > 0 ) { in sectionEnded()
/external/libabigail/tests/lib/
Dcatch.hpp6410 int m_sectionDepth = 0; member in Catch::XmlReporter
17233 if( m_sectionDepth++ > 0 ) { in sectionStarting()
17319 if( --m_sectionDepth > 0 ) { in sectionEnded()