Searched defs:BySectionInfo (Results 1 – 4 of 4) sorted by relevance
133 struct BySectionInfo { struct134 BySectionInfo( SectionInfo const& other ) : m_other( other ) {} in BySectionInfo() argument135 BySectionInfo( BySectionInfo const& other ) : m_other( other.m_other ) {} in BySectionInfo() argument136 bool operator() (std::shared_ptr<SectionNode> const& node) const { in operator ()()143 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() argument8624 bool operator() ( Ptr<SectionNode> const& node ) const { in operator ()()8629 SectionInfo const& m_other;
5791 struct BySectionInfo { struct5792 BySectionInfo( SectionInfo const& other ) : m_other( other ) {} in BySectionInfo() function5793 BySectionInfo( BySectionInfo const& other ) : m_other( other.m_other ) {} in BySectionInfo() function5794 bool operator() (std::shared_ptr<SectionNode> const& node) const { in operator ()()5801 SectionInfo const& m_other;
5827 struct BySectionInfo { struct5828 BySectionInfo( SectionInfo const& other ) : m_other( other ) {} in BySectionInfo() function5829 BySectionInfo( BySectionInfo const& other ) : m_other( other.m_other ) {} in BySectionInfo() argument5830 bool operator() (std::shared_ptr<SectionNode> const& node) const { in operator ()()5837 SectionInfo const& m_other;