Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_output_redirect.h40 class RedirectedStdErr {
45 RedirectedStdErr();
62 RedirectedStdErr m_redirectedStdErr;
Dcatch_output_redirect.cpp46 RedirectedStdErr::RedirectedStdErr() in RedirectedStdErr() function in Catch::RedirectedStdErr
50 auto RedirectedStdErr::str() const -> std::string { return m_rss.str(); } in str()
/external/catch2/single_include/catch2/
Dcatch.hpp11850 class RedirectedStdErr { class
11855 RedirectedStdErr();
11872 RedirectedStdErr m_redirectedStdErr;
11960 RedirectedStdErr::RedirectedStdErr() in RedirectedStdErr() function in Catch::RedirectedStdErr
11964 auto RedirectedStdErr::str() const -> std::string { return m_rss.str(); } in str()
/external/libabigail/tests/lib/
Dcatch.hpp11912 class RedirectedStdErr { class
11917 RedirectedStdErr();
11934 RedirectedStdErr m_redirectedStdErr;
12022 RedirectedStdErr::RedirectedStdErr() in RedirectedStdErr() function in Catch::RedirectedStdErr
12026 auto RedirectedStdErr::str() const -> std::string { return m_rss.str(); } in str()