Searched refs:m_other (Results 1 – 1 of 1) sorted by relevance
5771 BySectionInfo( SectionInfo const& other ) : m_other( other ) {} in BySectionInfo()5772 BySectionInfo( BySectionInfo const& other ) : m_other( other.m_other ) {} in BySectionInfo()5774 return ((node->stats.sectionInfo.name == m_other.name) && in operator ()()5775 (node->stats.sectionInfo.lineInfo == m_other.lineInfo)); in operator ()()5780 SectionInfo const& m_other; member