Searched refs:StreamAsynchronousIO (Results 1 – 4 of 4) sorted by relevance
18 StreamAsynchronousIO::StreamAsynchronousIO(Debugger &debugger, bool for_stdout) in StreamAsynchronousIO() function in StreamAsynchronousIO22 StreamAsynchronousIO::~StreamAsynchronousIO() { in ~StreamAsynchronousIO()27 void StreamAsynchronousIO::Flush() { in Flush()34 size_t StreamAsynchronousIO::WriteImpl(const void *s, size_t length) { in WriteImpl()
1150 return std::make_shared<StreamAsynchronousIO>(*this, true); in GetAsyncOutputStream()1154 return std::make_shared<StreamAsynchronousIO>(*this, false); in GetAsyncErrorStream()
25 class StreamAsynchronousIO : public Stream {27 StreamAsynchronousIO(Debugger &debugger, bool for_stdout);29 ~StreamAsynchronousIO() override;
161 SRCS+= Core/StreamAsynchronousIO.cpp