Home
last modified time | relevance | path

Searched defs:redirectedCout (Results 1 – 4 of 4) sorted by relevance

/external/catch2/include/internal/
Dcatch_output_redirect.cpp52 RedirectedStreams::RedirectedStreams(std::string& redirectedCout, std::string& redirectedCerr) in RedirectedStreams()
Dcatch_run_context.cpp99 std::string redirectedCout; in runTest() local
319 void RunContext::runCurrentTest(std::string & redirectedCout, std::string & redirectedCerr) { in runCurrentTest()
/external/catch2/single_include/catch2/
Dcatch.hpp9802 RedirectedStreams::RedirectedStreams(std::string& redirectedCout, std::string& redirectedCerr) in RedirectedStreams()
10329 std::string redirectedCout; in runTest() local
10548 void RunContext::runCurrentTest(std::string & redirectedCout, std::string & redirectedCerr) { in runCurrentTest()
/external/bcc/tests/cc/
Dcatch.hpp5891 std::string redirectedCout; in runTest() local
6066 void runCurrentTest( std::string& redirectedCout, std::string& redirectedCerr ) { in runCurrentTest()