Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_stream.cpp92 class CoutStream : public IStream { class
97 CoutStream() : m_os( Catch::cout().rdbuf() ) {} in CoutStream() function in Catch::detail::__anon0d984efc0111::CoutStream
98 ~CoutStream() override = default;
127 return new detail::CoutStream(); in makeStream()
/external/bcc/tests/cc/
Dcatch.hpp3442 class CoutStream : public IStream { class
3445 CoutStream();
3446 virtual ~CoutStream() CATCH_NOEXCEPT;
3589 return new CoutStream(); in openStream()
6851 CoutStream::CoutStream() in CoutStream() function in Catch::CoutStream
6855 std::ostream& CoutStream::stream() const { in stream()
10199 CoutStream::~CoutStream() CATCH_NOEXCEPT {} in ~CoutStream()
/external/catch2/single_include/catch2/
Dcatch.hpp11239 class CoutStream : public IStream { class
11244 CoutStream() : m_os( Catch::cout().rdbuf() ) {} in CoutStream() function in Catch::detail::__anondb8a344f1c11::CoutStream
11245 ~CoutStream() override = default;
11274 return new detail::CoutStream(); in makeStream()