Searched refs:RedirectedStdOut (Results 1 – 4 of 4) sorted by relevance
29 class RedirectedStdOut {33 RedirectedStdOut();61 RedirectedStdOut m_redirectedStdOut;
43 RedirectedStdOut::RedirectedStdOut() : m_cout( Catch::cout(), m_rss.get() ) {} in RedirectedStdOut() function in Catch::RedirectedStdOut44 auto RedirectedStdOut::str() const -> std::string { return m_rss.str(); } in str()
11839 class RedirectedStdOut { class11843 RedirectedStdOut();11871 RedirectedStdOut m_redirectedStdOut;11957 RedirectedStdOut::RedirectedStdOut() : m_cout( Catch::cout(), m_rss.get() ) {} in RedirectedStdOut() function in Catch::RedirectedStdOut11958 auto RedirectedStdOut::str() const -> std::string { return m_rss.str(); } in str()
11901 class RedirectedStdOut { class11905 RedirectedStdOut();11933 RedirectedStdOut m_redirectedStdOut;12019 RedirectedStdOut::RedirectedStdOut() : m_cout( Catch::cout(), m_rss.get() ) {} in RedirectedStdOut() function in Catch::RedirectedStdOut12020 auto RedirectedStdOut::str() const -> std::string { return m_rss.str(); } in str()