Searched defs:BySectionInfo (Results 1 – 3 of 3) sorted by relevance
131 struct BySectionInfo { struct132 BySectionInfo( SectionInfo const& other ) : m_other( other ) {} in BySectionInfo() function133 BySectionInfo( BySectionInfo const& other ) : m_other( other.m_other ) {} in BySectionInfo() argument134 bool operator() (std::shared_ptr<SectionNode> const& node) const { in operator ()()141 SectionInfo const& m_other;
8621 struct BySectionInfo { struct8622 BySectionInfo( SectionInfo const& other ) : m_other( other ) {} in BySectionInfo() function8623 BySectionInfo( BySectionInfo const& other ) : m_other( other.m_other ) {} in BySectionInfo() function8624 bool operator() ( Ptr<SectionNode> const& node ) const { in operator ()()8629 SectionInfo const& m_other;
5203 struct BySectionInfo { struct5204 BySectionInfo( SectionInfo const& other ) : m_other( other ) {} in BySectionInfo() function5205 BySectionInfo( BySectionInfo const& other ) : m_other( other.m_other ) {} in BySectionInfo() argument5206 bool operator() (std::shared_ptr<SectionNode> const& node) const { in operator ()()5213 SectionInfo const& m_other;