Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_stream.cpp106 class DebugOutStream : public IStream { class
110 DebugOutStream() in DebugOutStream() function in Catch::detail::__anon0d984efc0111::DebugOutStream
115 ~DebugOutStream() override = default;
130 return new detail::DebugOutStream(); in makeStream()
/external/bcc/tests/cc/
Dcatch.hpp3452 class DebugOutStream : public IStream { class
3456 DebugOutStream();
3457 virtual ~DebugOutStream() CATCH_NOEXCEPT;
3592 return new DebugOutStream(); in openStream()
6840 DebugOutStream::DebugOutStream() in DebugOutStream() function in Catch::DebugOutStream
6845 std::ostream& DebugOutStream::stream() const { in stream()
10200 DebugOutStream::~DebugOutStream() CATCH_NOEXCEPT {} in ~DebugOutStream()
/external/catch2/single_include/catch2/
Dcatch.hpp11253 class DebugOutStream : public IStream { class
11257 DebugOutStream() in DebugOutStream() function in Catch::detail::__anondb8a344f1c11::DebugOutStream
11262 ~DebugOutStream() override = default;
11277 return new detail::DebugOutStream(); in makeStream()