Searched refs:BySectionInfo (Results 1 – 3 of 3) sorted by relevance
131 struct BySectionInfo { struct132 BySectionInfo( SectionInfo const& other ) : m_other( other ) {} in BySectionInfo() argument133 BySectionInfo( BySectionInfo const& other ) : m_other( other.m_other ) {} in BySectionInfo() function138 void operator=(BySectionInfo const&) = delete;185 BySectionInfo( sectionInfo ) ); in sectionStarting()
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() argument8628 void operator=( BySectionInfo const& );8666 BySectionInfo( sectionInfo ) ); in sectionStarting()
5203 struct BySectionInfo { struct5204 BySectionInfo( SectionInfo const& other ) : m_other( other ) {} in BySectionInfo() argument5205 BySectionInfo( BySectionInfo const& other ) : m_other( other.m_other ) {} in BySectionInfo() argument5210 void operator=(BySectionInfo const&) = delete;5256 BySectionInfo( sectionInfo ) ); in sectionStarting()