Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_stream.cpp67 struct OutputDebugWriter { struct
107 std::unique_ptr<StreamBufImpl<OutputDebugWriter>> m_streamBuf;
111 : m_streamBuf( new StreamBufImpl<OutputDebugWriter>() ), in DebugOutStream()
/external/catch2/single_include/catch2/
Dcatch.hpp11214 struct OutputDebugWriter { struct
11254 std::unique_ptr<StreamBufImpl<OutputDebugWriter>> m_streamBuf;
11258 : m_streamBuf( new StreamBufImpl<OutputDebugWriter>() ), in DebugOutStream()
/external/bcc/tests/cc/
Dcatch.hpp6833 struct OutputDebugWriter { struct
6841 : m_streamBuf( new StreamBufImpl<OutputDebugWriter>() ), in DebugOutStream()