Home
last modified time | relevance | path

Searched defs:native_sink (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/process/
Dasync_pipe.hpp162 …native_handle native_sink () const {return const_cast<boost::asio::windows::stream_handle&>(_sink… in native_sink() function in boost::process::async_pipe
/third_party/boost/boost/process/detail/windows/
Dbasic_pipe.hpp56 native_handle_type native_sink () const {return _sink;} in native_sink() function in boost::process::detail::windows::basic_pipe
Dasync_pipe.hpp169 …native_handle_type native_sink () const {return const_cast<boost::asio::windows::stream_handle&>(… in native_sink() function in boost::process::detail::windows::async_pipe
/third_party/boost/boost/process/detail/posix/
Dbasic_pipe.hpp75 native_handle_type native_sink () const {return _sink;} in native_sink() function in boost::process::detail::posix::basic_pipe
Dasync_pipe.hpp141 …native_handle_type native_sink () const {return const_cast<boost::asio::posix::stream_descriptor&… in native_sink() function in boost::process::detail::posix::async_pipe