Searched refs:StreamBufImpl (Results 1 – 3 of 3) sorted by relevance
30 class StreamBufImpl : public std::streambuf { class35 StreamBufImpl() { in StreamBufImpl() function in Catch::detail::__anon158138930111::StreamBufImpl39 ~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()
11177 class StreamBufImpl : public std::streambuf { class11182 StreamBufImpl() { in StreamBufImpl() function in Catch::detail::__anon2c2dcc261c11::StreamBufImpl11186 ~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()
6783 class StreamBufImpl : public StreamBufBase { class6788 StreamBufImpl() { in StreamBufImpl() function in Catch::StreamBufImpl6792 ~StreamBufImpl() CATCH_NOEXCEPT { in ~StreamBufImpl()6841 : m_streamBuf( new StreamBufImpl<OutputDebugWriter>() ), in DebugOutStream()