Searched refs:StreamBufImpl (Results 1 – 1 of 1) sorted by relevance
13408 class StreamBufImpl : public std::streambuf { class13413 StreamBufImpl() { in StreamBufImpl() function in Catch::Detail::__anon6ccc17cb3a11::StreamBufImpl13417 ~StreamBufImpl() noexcept { in ~StreamBufImpl()13418 StreamBufImpl::sync(); in ~StreamBufImpl()13485 std::unique_ptr<StreamBufImpl<OutputDebugWriter>> m_streamBuf;13489 : m_streamBuf( new StreamBufImpl<OutputDebugWriter>() ), in DebugOutStream()