Home
last modified time | relevance | path

Searched refs:printTotalsDivider (Results 1 – 4 of 4) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_console.h70 void printTotalsDivider(Totals const& totals);
Dcatch_reporter_console.cpp439 printTotalsDivider(_testRunStats.totals); in testRunEnded()
600 void ConsoleReporter::printTotalsDivider(Totals const& totals) { in printTotalsDivider() function in Catch::ConsoleReporter
/external/catch2/single_include/catch2/
Dcatch.hpp5544 void printTotalsDivider(Totals const& totals);
13744 printTotalsDivider(_testRunStats.totals); in testRunEnded()
13905 void ConsoleReporter::printTotalsDivider(Totals const& totals) { in printTotalsDivider() function in Catch::ConsoleReporter
/external/bcc/tests/cc/
Dcatch.hpp9555 printTotalsDivider( _testRunStats.totals ); in testRunEnded()
9870 void printTotalsDivider( Totals const& totals ) { in printTotalsDivider() function