Searched refs:StreamAsynchronousIO (Results 1 – 4 of 4) sorted by relevance
17 StreamAsynchronousIO::StreamAsynchronousIO( in StreamAsynchronousIO() function in StreamAsynchronousIO18 Debugger &debugger, StreamAsynchronousIO::ForSTDOUT for_stdout) in StreamAsynchronousIO()22 StreamAsynchronousIO::~StreamAsynchronousIO() { in ~StreamAsynchronousIO()27 void StreamAsynchronousIO::Flush() { in Flush()34 size_t StreamAsynchronousIO::WriteImpl(const void *s, size_t length) { in WriteImpl()
1456 return std::make_unique<StreamAsynchronousIO>(*this, in GetAsyncOutputStream()1457 StreamAsynchronousIO::STDOUT); in GetAsyncOutputStream()1461 return std::make_unique<StreamAsynchronousIO>(*this, in GetAsyncErrorStream()1462 StreamAsynchronousIO::STDERR); in GetAsyncErrorStream()
24 class StreamAsynchronousIO : public Stream {31 StreamAsynchronousIO(Debugger &debugger, ForSTDOUT for_stdout);33 ~StreamAsynchronousIO() override;
215 SRCS+= Core/StreamAsynchronousIO.cpp