Searched refs:BySectionInfo (Results 1 – 1 of 1) sorted by relevance
9559 struct BySectionInfo { struct9560 BySectionInfo( SectionInfo const& other ) : m_other( other ) {} in BySectionInfo() argument9561 BySectionInfo( BySectionInfo const& other ) : m_other( other.m_other ) {} in BySectionInfo() function9566 void operator=( BySectionInfo const& );9604 BySectionInfo( sectionInfo ) ); in sectionStarting()