Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/
Dpipe.hpp519 class basic_pstream : public std::basic_iostream<CharT, Traits> class
536 basic_pstream() : std::basic_iostream<CharT, Traits>(nullptr) in basic_pstream() function in boost::process::basic_pstream
543basic_pstream(basic_pstream && lhs) : std::basic_iostream<CharT, Traits>(nullptr), _buf(std::move(… in basic_pstream() function in boost::process::basic_pstream
548basic_pstream(pipe_type && p) : std::basic_iostream<CharT, Traits>(nullptr), _buf(std::move(p… in basic_pstream() function in boost::process::basic_pstream
553 basic_pstream(const pipe_type & p) : std::basic_iostream<CharT, Traits>(nullptr), _buf(p) in basic_pstream() function in boost::process::basic_pstream