Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_bases.hpp127 ChildSections childSections; member
185 std::find_if( parentNode.childSections.begin(), in sectionStarting()
186 parentNode.childSections.end(), in sectionStarting()
188 if( it == parentNode.childSections.end() ) { in sectionStarting()
190 parentNode.childSections.push_back( node ); in sectionStarting()
Dcatch_reporter_sonarqube.hpp96 for(auto const& childNode : sectionNode.childSections) in writeSection()
Dcatch_reporter_junit.cpp204 for( auto const& childNode : sectionNode.childSections ) in writeSection()
/external/catch2/single_include/catch2/
Dcatch_reporter_sonarqube.hpp96 for(auto const& childNode : sectionNode.childSections) in writeSection()
Dcatch.hpp5785 ChildSections childSections; member
5842 std::find_if( parentNode.childSections.begin(), in sectionStarting()
5843 parentNode.childSections.end(), in sectionStarting()
5845 if( it == parentNode.childSections.end() ) { in sectionStarting()
5847 parentNode.childSections.push_back( node ); in sectionStarting()
16671 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/libabigail/tests/lib/
Dcatch.hpp5821 ChildSections childSections; member
5878 std::find_if( parentNode.childSections.begin(), in sectionStarting()
5879 parentNode.childSections.end(), in sectionStarting()
5881 if( it == parentNode.childSections.end() ) { in sectionStarting()
5883 parentNode.childSections.push_back( node ); in sectionStarting()
16929 for( auto const& childNode : sectionNode.childSections ) in writeSection()