Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_output_redirect.h29 class RedirectedStdOut {
33 RedirectedStdOut();
61 RedirectedStdOut m_redirectedStdOut;
Dcatch_output_redirect.cpp43 RedirectedStdOut::RedirectedStdOut() : m_cout( Catch::cout(), m_rss.get() ) {} in RedirectedStdOut() function in Catch::RedirectedStdOut
44 auto RedirectedStdOut::str() const -> std::string { return m_rss.str(); } in str()
/external/catch2/single_include/catch2/
Dcatch.hpp11839 class RedirectedStdOut { class
11843 RedirectedStdOut();
11871 RedirectedStdOut m_redirectedStdOut;
11957 RedirectedStdOut::RedirectedStdOut() : m_cout( Catch::cout(), m_rss.get() ) {} in RedirectedStdOut() function in Catch::RedirectedStdOut
11958 auto RedirectedStdOut::str() const -> std::string { return m_rss.str(); } in str()
/external/libabigail/tests/lib/
Dcatch.hpp11901 class RedirectedStdOut { class
11905 RedirectedStdOut();
11933 RedirectedStdOut m_redirectedStdOut;
12019 RedirectedStdOut::RedirectedStdOut() : m_cout( Catch::cout(), m_rss.get() ) {} in RedirectedStdOut() function in Catch::RedirectedStdOut
12020 auto RedirectedStdOut::str() const -> std::string { return m_rss.str(); } in str()