Searched refs:_sectionStats (Results 1 – 1 of 1) sorted by relevance
6066 void sectionEnded(SectionStats const& _sectionStats) override;6105 void sectionEnded(SectionStats const& _sectionStats) override;15752 void CompactReporter::sectionEnded(SectionStats const& _sectionStats) { in sectionEnded() argument15754 …stream << getFormattedDuration(_sectionStats.durationInSeconds) << " s: " << _sectionStats.section… in sectionEnded()16167 void ConsoleReporter::sectionEnded(SectionStats const& _sectionStats) { in sectionEnded() argument16169 if (_sectionStats.missingAssertions) { in sectionEnded()16176 stream << " '" << _sectionStats.sectionInfo.name << "'\n" << std::endl; in sectionEnded()16179 …stream << getFormattedDuration(_sectionStats.durationInSeconds) << " s: " << _sectionStats.section… in sectionEnded()16184 StreamingReporterBase::sectionEnded(_sectionStats); in sectionEnded()