Searched defs:BySectionInfo (Results 1 – 1 of 1) sorted by relevance
8621 struct BySectionInfo { struct8622 BySectionInfo( SectionInfo const& other ) : m_other( other ) {} in BySectionInfo() argument8623 BySectionInfo( BySectionInfo const& other ) : m_other( other.m_other ) {} in BySectionInfo() argument8624 bool operator() ( Ptr<SectionNode> const& node ) const { in operator ()()8629 SectionInfo const& m_other;