Home
last modified time | relevance | path

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

/thrift-3.4.0/compiler/cpp/tests/catch/
Dcatch.hpp3911 class DebugOutStream : public IStream { class
3915 DebugOutStream();
3916 virtual ~DebugOutStream() CATCH_NOEXCEPT;
4049 return new DebugOutStream(); in openStream()
7615 DebugOutStream::DebugOutStream() in DebugOutStream() function in Catch::DebugOutStream
7620 std::ostream& DebugOutStream::stream() const { in stream()
11235 DebugOutStream::~DebugOutStream() CATCH_NOEXCEPT {} in ~DebugOutStream()