Searched defs:BySectionInfo (Results 1 – 3 of 3) sorted by relevance
128 struct BySectionInfo { struct129 BySectionInfo( SectionInfo const& other ) : m_other( other ) {} in BySectionInfo() argument130 BySectionInfo( BySectionInfo const& other ) : m_other( other.m_other ) {} in BySectionInfo() argument131 bool operator() (std::shared_ptr<SectionNode> const& node) const { in operator ()()138 SectionInfo const& m_other;
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() function8624 bool operator() ( Ptr<SectionNode> const& node ) const { in operator ()()8629 SectionInfo const& m_other;
5185 struct BySectionInfo { struct5186 BySectionInfo( SectionInfo const& other ) : m_other( other ) {} in BySectionInfo() argument5187 BySectionInfo( BySectionInfo const& other ) : m_other( other.m_other ) {} in BySectionInfo() argument5188 bool operator() (std::shared_ptr<SectionNode> const& node) const { in operator ()()5195 SectionInfo const& m_other;