Home
last modified time | relevance | path

Searched defs:BySectionInfo (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp5770 struct BySectionInfo { struct
5771 BySectionInfo( SectionInfo const& other ) : m_other( other ) {} in BySectionInfo() function
5772 BySectionInfo( BySectionInfo const& other ) : m_other( other.m_other ) {} in BySectionInfo() argument
5773 bool operator() (std::shared_ptr<SectionNode> const& node) const { in operator ()()
5780 SectionInfo const& m_other;