Searched refs:redirectedCerr (Results 1 – 7 of 7) sorted by relevance
/external/catch2/include/internal/ |
D | catch_run_context.cpp | 100 std::string redirectedCerr; in runTest() local 115 runCurrentTest(redirectedCout, redirectedCerr); in runTest() 128 redirectedCerr, in runTest() 328 void RunContext::runCurrentTest(std::string & redirectedCout, std::string & redirectedCerr) { in runCurrentTest() argument 343 RedirectedStreams redirectedStreams(redirectedCout, redirectedCerr); in runCurrentTest() 348 OutputRedirect r(redirectedCout, redirectedCerr); in runCurrentTest()
|
D | catch_output_redirect.cpp | 52 RedirectedStreams::RedirectedStreams(std::string& redirectedCout, std::string& redirectedCerr) in RedirectedStreams() argument 54 m_redirectedCerr(redirectedCerr) in RedirectedStreams()
|
D | catch_output_redirect.h | 56 RedirectedStreams(std::string& redirectedCout, std::string& redirectedCerr);
|
D | catch_run_context.h | 115 void runCurrentTest( std::string& redirectedCout, std::string& redirectedCerr );
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 8100 void runCurrentTest( std::string& redirectedCout, std::string& redirectedCerr ); 11866 RedirectedStreams(std::string& redirectedCout, std::string& redirectedCerr); 11966 RedirectedStreams::RedirectedStreams(std::string& redirectedCout, std::string& redirectedCerr) in RedirectedStreams() argument 11968 m_redirectedCerr(redirectedCerr) in RedirectedStreams() 12541 std::string redirectedCerr; in runTest() local 12555 runCurrentTest(redirectedCout, redirectedCerr); in runTest() 12568 redirectedCerr, in runTest() 12768 void RunContext::runCurrentTest(std::string & redirectedCout, std::string & redirectedCerr) { in runCurrentTest() argument 12783 RedirectedStreams redirectedStreams(redirectedCout, redirectedCerr); in runCurrentTest() 12788 OutputRedirect r(redirectedCout, redirectedCerr); in runCurrentTest()
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 8155 void runCurrentTest( std::string& redirectedCout, std::string& redirectedCerr ); 11928 RedirectedStreams(std::string& redirectedCout, std::string& redirectedCerr); 12028 RedirectedStreams::RedirectedStreams(std::string& redirectedCout, std::string& redirectedCerr) in RedirectedStreams() argument 12030 m_redirectedCerr(redirectedCerr) in RedirectedStreams() 12684 std::string redirectedCerr; in runTest() local 12698 runCurrentTest(redirectedCout, redirectedCerr); in runTest() 12711 redirectedCerr, in runTest() 12911 void RunContext::runCurrentTest(std::string & redirectedCout, std::string & redirectedCerr) { in runCurrentTest() argument 12926 RedirectedStreams redirectedStreams(redirectedCout, redirectedCerr); in runCurrentTest() 12931 OutputRedirect r(redirectedCout, redirectedCerr); in runCurrentTest()
|
/external/bcc/tests/cc/ |
D | catch.hpp | 5892 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()
|