Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp5764 ChildSections childSections; member
5821 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()