Searched refs:BySectionInfo (Results 1 – 1 of 1) sorted by relevance
5770 struct BySectionInfo { struct5771 BySectionInfo( SectionInfo const& other ) : m_other( other ) {} in BySectionInfo() function5772 BySectionInfo( BySectionInfo const& other ) : m_other( other.m_other ) {} in BySectionInfo() argument5777 void operator=(BySectionInfo const&) = delete;5823 BySectionInfo( sectionInfo ) ); in sectionStarting()