Searched refs:childSections (Results 1 – 1 of 1) sorted by relevance
5764 ChildSections childSections; member5821 std::find_if( parentNode.childSections.begin(), in sectionStarting()5822 parentNode.childSections.end(), in sectionStarting()5824 if( it == parentNode.childSections.end() ) { in sectionStarting()5826 parentNode.childSections.push_back( node ); in sectionStarting()16644 for( auto const& childNode : sectionNode.childSections ) in writeSection()