Home
last modified time | relevance | path

Searched defs:async_out_buffer (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/process/detail/posix/
Dasync_out.hpp49 struct async_out_buffer : ::boost::process::detail::posix::handler_base_ext, struct
53 Buffer & buf;
55 std::shared_ptr<boost::process::async_pipe> pipe;
57 std::array<int, 4> get_used_handles() in get_used_handles()
69 async_out_buffer(Buffer & buf) : buf(buf) in async_out_buffer() argument
74 inline void on_success(Executor &exec) in on_success()
85 void on_error(Executor &, const std::error_code &) const in on_error()
91 void on_setup(Executor & exec) in on_setup()
98 void on_exec_setup(Executor &exec) in on_exec_setup()
/third_party/boost/boost/process/detail/windows/
Dasync_out.hpp70 struct async_out_buffer : ::boost::process::detail::windows::handler_base_ext, struct
73 Buffer & buf;
75 std::shared_ptr<boost::process::async_pipe> pipe;
78 async_out_buffer(Buffer & buf) : buf(buf) in async_out_buffer() argument
82 inline void on_success(Executor&) in on_success()
93 void on_error(Executor &, const std::error_code &) const in on_error()
99 void on_setup(WindowsExecutor &exec) in on_setup()