Home
last modified time | relevance | path

Searched refs:printTotals (Results 1 – 8 of 8) 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
284 printTotals( stream, _testRunStats.totals ); in testRunEnded()
Dcatch_reporter_console.h72 void printTotals(Totals const& totals);
Dcatch_reporter_console.cpp487 printTotals(_testGroupStats.totals); in testGroupEnded()
494 printTotals(_testRunStats.totals); in testRunEnded()
610 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.hpp6155 void printTotals(Totals const& totals);
15546 void printTotals(std::ostream& out, const Totals& totals) { in printTotals() function
15788 printTotals( stream, _testRunStats.totals ); in testRunEnded()
16269 printTotals(_testGroupStats.totals); in testGroupEnded()
16276 printTotals(_testRunStats.totals); in testRunEnded()
16391 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
/external/libabigail/tests/lib/
Dcatch.hpp6189 void printTotals(Totals const& totals);
15801 void printTotals(std::ostream& out, const Totals& totals) { in printTotals() function
16040 printTotals( stream, _testRunStats.totals ); in testRunEnded()
16522 printTotals(_testGroupStats.totals); in testGroupEnded()
16529 printTotals(_testRunStats.totals); in testRunEnded()
16644 void ConsoleReporter::printTotals( Totals const& totals ) { in printTotals() function in Catch::ConsoleReporter