Searched refs:childSections (Results 1 – 7 of 7) sorted by relevance
127 ChildSections childSections; member185 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()
96 for(auto const& childNode : sectionNode.childSections) in writeSection()
204 for( auto const& childNode : sectionNode.childSections ) in writeSection()
5785 ChildSections childSections; member5842 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()
8615 ChildSections childSections; member8664 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()
5821 ChildSections childSections; member5878 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()