Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_console.h59 void printClosedHeader(std::string const& _name);
Dcatch_reporter_console.cpp477 printClosedHeader("Group: " + currentGroupInfo->name); in lazyPrintGroupInfo()
505 void ConsoleReporter::printClosedHeader(std::string const& _name) { in printClosedHeader() function in Catch::ConsoleReporter
/external/catch2/single_include/catch2/
Dcatch.hpp5534 void printClosedHeader(std::string const& _name);
13782 printClosedHeader("Group: " + currentGroupInfo->name); in lazyPrintGroupInfo()
13810 void ConsoleReporter::printClosedHeader(std::string const& _name) { in printClosedHeader() function in Catch::ConsoleReporter
/external/bcc/tests/cc/
Dcatch.hpp9728 printClosedHeader( "Group: " + currentGroupInfo->name ); in lazyPrintGroupInfo()
9756 void printClosedHeader( std::string const& _name ) { in printClosedHeader() function