Searched defs:native_sink (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/boost/process/ | ||
D | async_pipe.hpp | 162 …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/ | ||
D | basic_pipe.hpp | 56 native_handle_type native_sink () const {return _sink;} in native_sink() function in boost::process::detail::windows::basic_pipe |
D | async_pipe.hpp | 169 …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/ | ||
D | basic_pipe.hpp | 75 native_handle_type native_sink () const {return _sink;} in native_sink() function in boost::process::detail::posix::basic_pipe |
D | async_pipe.hpp | 141 …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 |