Searched refs:StreamAsynchronousIO (Results 1 – 4 of 4) sorted by relevance
17 StreamAsynchronousIO::StreamAsynchronousIO(Debugger &debugger, bool for_stdout) in StreamAsynchronousIO() function in StreamAsynchronousIO21 StreamAsynchronousIO::~StreamAsynchronousIO() { in ~StreamAsynchronousIO()26 void StreamAsynchronousIO::Flush() { in Flush()33 size_t StreamAsynchronousIO::WriteImpl(const void *s, size_t length) { in WriteImpl()
51 StreamAsynchronousIO.cpp
1055 return std::make_shared<StreamAsynchronousIO>(*this, true); in GetAsyncOutputStream()1059 return std::make_shared<StreamAsynchronousIO>(*this, false); in GetAsyncErrorStream()
21 class StreamAsynchronousIO : public Stream {23 StreamAsynchronousIO(Debugger &debugger, bool for_stdout);25 ~StreamAsynchronousIO() override;