Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp8057 void runCurrentTest( std::string& redirectedCout, std::string& redirectedCerr );
11836 RedirectedStreams(std::string& redirectedCout, std::string& redirectedCerr);
11936 RedirectedStreams::RedirectedStreams(std::string& redirectedCout, std::string& redirectedCerr) in RedirectedStreams() argument
11938 m_redirectedCerr(redirectedCerr) in RedirectedStreams()
12511 std::string redirectedCerr; in runTest() local
12525 runCurrentTest(redirectedCout, redirectedCerr); in runTest()
12538 redirectedCerr, in runTest()
12738 void RunContext::runCurrentTest(std::string & redirectedCout, std::string & redirectedCerr) { in runCurrentTest() argument
12753 RedirectedStreams redirectedStreams(redirectedCout, redirectedCerr); in runCurrentTest()
12758 OutputRedirect r(redirectedCout, redirectedCerr); in runCurrentTest()