Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_bases.hpp122 ChildSections childSections; member
180 std::find_if( parentNode.childSections.begin(), in sectionStarting()
181 parentNode.childSections.end(), in sectionStarting()
183 if( it == parentNode.childSections.end() ) { in sectionStarting()
185 parentNode.childSections.push_back( node ); in sectionStarting()
Dcatch_reporter_junit.cpp194 for( auto const& childNode : sectionNode.childSections ) in writeSection()
/external/bcc/tests/cc/
Dcatch.hpp8615 ChildSections childSections; member
8664 std::find_if( parentNode.childSections.begin(), in sectionStarting()
8665 parentNode.childSections.end(), in sectionStarting()
8667 if( it == parentNode.childSections.end() ) { in sectionStarting()
8669 parentNode.childSections.push_back( node ); in sectionStarting()
9358 if( rootSection.childSections.empty() ) in writeTestCase()
9393 it = sectionNode.childSections.begin(), in writeSection()
9394 itEnd = sectionNode.childSections.end(); in writeSection()
/external/catch2/single_include/catch2/
Dcatch.hpp5179 ChildSections childSections; member
5236 std::find_if( parentNode.childSections.begin(), in sectionStarting()
5237 parentNode.childSections.end(), in sectionStarting()
5239 if( it == parentNode.childSections.end() ) { in sectionStarting()
5241 parentNode.childSections.push_back( node ); in sectionStarting()
14118 for( auto const& childNode : sectionNode.childSections ) in writeSection()