Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/test/
Dsystem_test1.cpp39 typedef boost::asio::windows::stream_handle pipe_end; typedef
43 typedef boost::asio::posix::stream_descriptor pipe_end; typedef
Dspawn_fail.cpp30 typedef boost::asio::windows::stream_handle pipe_end; typedef
34 typedef boost::asio::posix::stream_descriptor pipe_end; typedef
Dspawn.cpp34 typedef boost::asio::windows::stream_handle pipe_end; typedef
38 typedef boost::asio::posix::stream_descriptor pipe_end; typedef
Dbind_stdout_stderr.cpp31 typedef boost::asio::windows::stream_handle pipe_end; typedef
33 typedef boost::asio::posix::stream_descriptor pipe_end; typedef
Dbind_stdout.cpp33 typedef boost::asio::windows::stream_handle pipe_end; typedef
37 typedef boost::asio::posix::stream_descriptor pipe_end; typedef
Dbind_stderr.cpp33 typedef boost::asio::windows::stream_handle pipe_end; typedef
37 typedef boost::asio::posix::stream_descriptor pipe_end; typedef
Dbind_stdin.cpp36 typedef boost::asio::windows::stream_handle pipe_end; typedef
40 typedef boost::asio::posix::stream_descriptor pipe_end; typedef
Dexit_code.cpp22 typedef boost::asio::windows::stream_handle pipe_end; typedef
26 typedef boost::asio::posix::stream_descriptor pipe_end; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/message_size/
Dmessage_size_filter.cc177 void AddSend(T* pipe_end) { in AddSend()
182 void AddRecv(T* pipe_end) { in AddRecv()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/channel/
Dpromise_based_filter.cc366 void BaseCallData::SendMessage::GotPipe(T* pipe_end) { in GotPipe()
662 void BaseCallData::ReceiveMessage::GotPipe(T* pipe_end) { in GotPipe()
/aosp_15_r20/external/grpc-grpc/src/core/lib/channel/
H A Dpromise_based_filter.cc368 void BaseCallData::SendMessage::GotPipe(T* pipe_end) { in GotPipe()
664 void BaseCallData::ReceiveMessage::GotPipe(T* pipe_end) { in GotPipe()