Home
last modified time | relevance | path

Searched defs:native_source (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/process/
Dasync_pipe.hpp160 …native_handle native_source() const {return const_cast<boost::asio::windows::stream_handle&>(_sour… in native_source() function in boost::process::async_pipe
/third_party/boost/libs/process/test/
Dposix_specific.cpp149 const int native_source = p.native_source(); variable
/third_party/boost/boost/process/detail/windows/
Dbasic_pipe.hpp55 native_handle_type native_source() const {return _source;} in native_source() function in boost::process::detail::windows::basic_pipe
Dasync_pipe.hpp168 …native_handle_type native_source() const {return const_cast<boost::asio::windows::stream_handle&>(… in native_source() function in boost::process::detail::windows::async_pipe
/third_party/boost/boost/process/detail/posix/
Dbasic_pipe.hpp74 native_handle_type native_source() const {return _source;} in native_source() function in boost::process::detail::posix::basic_pipe
Dasync_pipe.hpp140 …native_handle_type native_source() const {return const_cast<boost::asio::posix::stream_descriptor&… in native_source() function in boost::process::detail::posix::async_pipe