Home
last modified time | relevance | path

Searched refs:printTotals (Results 1 – 7 of 7) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_tap.hpp54 printTotals( _testRunStats.totals ); in testRunEnded()
236 void printTotals( const Totals& totals ) const { in printTotals() function
Dcatch_reporter_compact.cpp42 void printTotals(std::ostream& out, const Totals& totals) { in printTotals() function
283 printTotals( stream, _testRunStats.totals ); in testRunEnded()
Dcatch_reporter_console.h67 void printTotals(Totals const& totals);
Dcatch_reporter_console.cpp433 printTotals(_testGroupStats.totals); in testGroupEnded()
440 printTotals(_testRunStats.totals); in testRunEnded()
553 void ConsoleReporter::printTotals( Totals const& totals ) { in printTotals() function in Catch::ConsoleReporter
/external/catch2/single_include/catch2/
Dcatch_reporter_tap.hpp54 printTotals( _testRunStats.totals ); in testRunEnded()
236 void printTotals( const Totals& totals ) const { in printTotals() function
Dcatch.hpp5541 void printTotals(Totals const& totals);
13070 void printTotals(std::ostream& out, const Totals& totals) { in printTotals() function
13311 printTotals( stream, _testRunStats.totals ); in testRunEnded()
13738 printTotals(_testGroupStats.totals); in testGroupEnded()
13745 printTotals(_testRunStats.totals); in testRunEnded()
13858 void ConsoleReporter::printTotals( Totals const& totals ) { in printTotals() function in Catch::ConsoleReporter
/external/bcc/tests/cc/
Dcatch.hpp9549 printTotals( _testGroupStats.totals ); in testGroupEnded()
9556 printTotals( _testRunStats.totals ); in testRunEnded()
9807 void printTotals( Totals const& totals ) { in printTotals() function
9954 printTotals( _testRunStats.totals ); in testRunEnded()
10151 void printTotals( const Totals& totals ) const { in printTotals() function