Home | History | Annotate | Download | only in internal

Lines Matching refs:sectionStats

92     struct SectionStats {
93 SectionStats( SectionInfo const& _sectionInfo,
97 SectionStats( SectionStats const& ) = default;
98 SectionStats( SectionStats && ) = default;
99 SectionStats& operator = ( SectionStats const& ) = default;
100 SectionStats& operator = ( SectionStats && ) = default;
101 virtual ~SectionStats();
199 virtual void sectionEnded( SectionStats const& sectionStats ) = 0;