Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_stream.cpp30 class StreamBufImpl : public std::streambuf { class
35 StreamBufImpl() { in StreamBufImpl() function in Catch::detail::__anon0d984efc0111::StreamBufImpl
39 ~StreamBufImpl() noexcept { in ~StreamBufImpl()
40 StreamBufImpl::sync(); in ~StreamBufImpl()
107 std::unique_ptr<StreamBufImpl<OutputDebugWriter>> m_streamBuf;
111 : m_streamBuf( new StreamBufImpl<OutputDebugWriter>() ), in DebugOutStream()
/external/catch2/single_include/catch2/
Dcatch.hpp11177 class StreamBufImpl : public std::streambuf { class
11182 StreamBufImpl() { in StreamBufImpl() function in Catch::detail::__anondb8a344f1c11::StreamBufImpl
11186 ~StreamBufImpl() noexcept { in ~StreamBufImpl()
11187 StreamBufImpl::sync(); in ~StreamBufImpl()
11254 std::unique_ptr<StreamBufImpl<OutputDebugWriter>> m_streamBuf;
11258 : m_streamBuf( new StreamBufImpl<OutputDebugWriter>() ), in DebugOutStream()
/external/bcc/tests/cc/
Dcatch.hpp6783 class StreamBufImpl : public StreamBufBase { class
6788 StreamBufImpl() { in StreamBufImpl() function in Catch::StreamBufImpl
6792 ~StreamBufImpl() CATCH_NOEXCEPT { in ~StreamBufImpl()
6841 : m_streamBuf( new StreamBufImpl<OutputDebugWriter>() ), in DebugOutStream()