Home
last modified time | relevance | path

Searched refs:redirectedCerr (Results 1 – 7 of 7) 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()
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()
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.h115 void runCurrentTest( std::string& redirectedCout, std::string& redirectedCerr );
/external/catch2/single_include/catch2/
Dcatch.hpp8100 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/
Dcatch.hpp8155 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/
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()