Home
last modified time | relevance | path

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

/thrift-3.4.0/compiler/cpp/tests/catch/
Dcatch.hpp3901 class CoutStream : public IStream { class
3904 CoutStream();
3905 virtual ~CoutStream() CATCH_NOEXCEPT;
4046 return new CoutStream(); in openStream()
7626 CoutStream::CoutStream() in CoutStream() function in Catch::CoutStream
7630 std::ostream& CoutStream::stream() const { in stream()
11234 CoutStream::~CoutStream() CATCH_NOEXCEPT {} in ~CoutStream()