Home
last modified time | relevance | path

Searched refs:redirectedCerr (Results 1 – 6 of 6) sorted by relevance

/external/catch2/include/internal/
Dcatch_run_context.cpp100 std::string redirectedCerr; in runTest() local
115 runCurrentTest(redirectedCout, redirectedCerr); in runTest()
128 redirectedCerr, in runTest()
319 void RunContext::runCurrentTest(std::string & redirectedCout, std::string & redirectedCerr) { in runCurrentTest() argument
334 RedirectedStreams redirectedStreams(redirectedCout, redirectedCerr); in runCurrentTest()
339 OutputRedirect r(redirectedCout, redirectedCerr); in runCurrentTest()
Dcatch_output_redirect.cpp52 RedirectedStreams::RedirectedStreams(std::string& redirectedCout, std::string& redirectedCerr) in RedirectedStreams() argument
54 m_redirectedCerr(redirectedCerr) in RedirectedStreams()
Dcatch_output_redirect.h56 RedirectedStreams(std::string& redirectedCout, std::string& redirectedCerr);
Dcatch_run_context.h111 void runCurrentTest( std::string& redirectedCout, std::string& redirectedCerr );
/external/catch2/single_include/catch2/
Dcatch.hpp6212 void runCurrentTest( std::string& redirectedCout, std::string& redirectedCerr );
9702 RedirectedStreams(std::string& redirectedCout, std::string& redirectedCerr);
9802 RedirectedStreams::RedirectedStreams(std::string& redirectedCout, std::string& redirectedCerr) in RedirectedStreams() argument
9804 m_redirectedCerr(redirectedCerr) in RedirectedStreams()
10330 std::string redirectedCerr; in runTest() local
10344 runCurrentTest(redirectedCout, redirectedCerr); in runTest()
10357 redirectedCerr, in runTest()
10548 void RunContext::runCurrentTest(std::string & redirectedCout, std::string & redirectedCerr) { in runCurrentTest() argument
10563 RedirectedStreams redirectedStreams(redirectedCout, redirectedCerr); in runCurrentTest()
10568 OutputRedirect r(redirectedCout, redirectedCerr); in runCurrentTest()
/external/bcc/tests/cc/
Dcatch.hpp5892 std::string redirectedCerr; in runTest() local
5905 runCurrentTest( redirectedCout, redirectedCerr ); in runTest()
5922 redirectedCerr, in runTest()
6066 void runCurrentTest( std::string& redirectedCout, std::string& redirectedCerr ) { in runCurrentTest() argument
6081 StreamRedirect cerrRedir( Catch::cerr(), redirectedCerr ); in runCurrentTest()