Home
last modified time | relevance | path

Searched defs:sectionEnded (Results 1 – 9 of 9) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_xml.cpp170 void XmlReporter::sectionEnded( SectionStats const& sectionStats ) { in sectionEnded() function in Catch::XmlReporter
Dcatch_reporter_listening.cpp102 void ListeningReporter::sectionEnded( SectionStats const& sectionStats ) { in sectionEnded() function in Catch::ListeningReporter
Dcatch_reporter_compact.cpp276 void CompactReporter::sectionEnded(SectionStats const& _sectionStats) { in sectionEnded() function in Catch::CompactReporter
Dcatch_reporter_bases.hpp66 void sectionEnded(SectionStats const& /* _sectionStats */) override { in sectionEnded() function
208 void sectionEnded(SectionStats const& sectionStats) override { in sectionEnded() function
Dcatch_reporter_console.cpp380 void ConsoleReporter::sectionEnded(SectionStats const& _sectionStats) { in sectionEnded() function in Catch::ConsoleReporter
/external/catch2/examples/
D210-Evt-EventListeners.cpp352 virtual void sectionEnded( Catch::SectionStats const& sectionStats ) override { in sectionEnded() function
/external/catch2/include/internal/
Dcatch_run_context.cpp210 void RunContext::sectionEnded(SectionEndInfo const & endInfo) { in sectionEnded() function in Catch::RunContext
/external/bcc/tests/cc/
Dcatch.hpp5986 virtual void sectionEnded( SectionEndInfo const& endInfo ) { in sectionEnded() function in Catch::RunContext
7654 void LegacyReporterAdapter::sectionEnded( SectionStats const& sectionStats ) { in sectionEnded() function in Catch::LegacyReporterAdapter
8460 virtual void sectionEnded( SectionStats const& sectionStats ) CATCH_OVERRIDE { in sectionEnded() function in Catch::MultipleReporters
8560 virtual void sectionEnded( SectionStats const& /* _sectionStats */ ) CATCH_OVERRIDE { in sectionEnded() function
8686 virtual void sectionEnded( SectionStats const& sectionStats ) CATCH_OVERRIDE { in sectionEnded() function
9208 virtual void sectionEnded( SectionStats const& sectionStats ) CATCH_OVERRIDE { in sectionEnded() function in Catch::XmlReporter
9519 virtual void sectionEnded( SectionStats const& _sectionStats ) CATCH_OVERRIDE { in sectionEnded() function
/external/catch2/single_include/catch2/
Dcatch.hpp5123 void sectionEnded(SectionStats const& /* _sectionStats */) override { in sectionEnded() function
5264 void sectionEnded(SectionStats const& sectionStats) override { in sectionEnded() function
10439 void RunContext::sectionEnded(SectionEndInfo const & endInfo) { in sectionEnded() function in Catch::RunContext
13304 void CompactReporter::sectionEnded(SectionStats const& _sectionStats) { in sectionEnded() function in Catch::CompactReporter
13686 void ConsoleReporter::sectionEnded(SectionStats const& _sectionStats) { in sectionEnded() function in Catch::ConsoleReporter
14273 void ListeningReporter::sectionEnded( SectionStats const& sectionStats ) { in sectionEnded() function in Catch::ListeningReporter
14471 void XmlReporter::sectionEnded( SectionStats const& sectionStats ) { in sectionEnded() function in Catch::XmlReporter