Home
last modified time | relevance | path

Searched defs:start_send (Results 1 – 25 of 51) sorted by relevance

123

/aosp_15_r20/external/rust/android-crates-io/crates/futures-sink/src/
Dlib.rs89 fn start_send(self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error>; in start_send() method
126 fn start_send(mut self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> { in start_send() method
150 fn start_send(self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> { in start_send() function
175 fn start_send(self: Pin<&mut Self>, item: T) -> Result<(), Self::Error> { in start_send() method
197 fn start_send(self: Pin<&mut Self>, item: T) -> Result<(), Self::Error> { in start_send() method
222 fn start_send(mut self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> { in start_send() method
/aosp_15_r20/external/rust/android-crates-io/crates/futures-channel/src/mpsc/
Dsink_impl.rs13 fn start_send(mut self: Pin<&mut Self>, msg: T) -> Result<(), Self::Error> { in start_send() method
40 fn start_send(mut self: Pin<&mut Self>, msg: T) -> Result<(), Self::Error> { in start_send() method
61 fn start_send(self: Pin<&mut Self>, msg: T) -> Result<(), Self::Error> { in start_send() method
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/stream/stream/
Dsplit.rs113 fn start_send(mut self: Pin<&mut Self>, item: Item) -> Result<(), S::Error> { in start_send() method
188 fn start_send(self: Pin<&mut Self>, _item: Item) -> Result<(), Self::Error> { in start_send() method
/aosp_15_r20/external/rust/android-crates-io/crates/futures/tests/
Dsink.rs109 fn start_send(mut self: Pin<&mut Self>, item: Option<T>) -> Result<(), Self::Error> { in start_send() method
189 fn start_send(mut self: Pin<&mut Self>, item: T) -> Result<(), Self::Error> { in start_send() method
Dstream_split.rs33 fn start_send(self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> { in test_split() method
Dfuture_try_flatten_stream.rs60 fn start_send(self: Pin<&mut Self>, _: Item) -> Result<(), Self::Error> { in assert_impls() method
Dauto_traits.rs64 fn start_send(self: Pin<&mut Self>, _: T) -> Result<(), Self::Error> { in start_send() method
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/sink/
Ddrain.rs48 fn start_send(self: Pin<&mut Self>, _item: T) -> Result<(), Self::Error> { in start_send() method
Dmap_err.rs41 fn start_send(mut self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> { in start_send() function
Dunfold.rs58 fn start_send(self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> { in start_send() function
Dbuffer.rs85 fn start_send(self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> { in start_send() method
Dwith_flat_map.rs110 fn start_send(self: Pin<&mut Self>, item: U) -> Result<(), Self::Error> { in start_send() function
Dwith.rs115 fn start_send(self: Pin<&mut Self>, item: U) -> Result<(), Self::Error> { in start_send() function
Dfanout.rs78 fn start_send(self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> { in start_send() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/icmp/
Dping.cpp38 void start_send() in start_send() function in pinger
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/io/
Dinto_sink.rs65 fn start_send(self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> { in start_send() method
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/src/io/
Dcopy_to_bytes.rs56 fn start_send(self: Pin<&mut Self>, item: &'a [u8]) -> Result<(), Self::Error> { in start_send() function
Dstream_reader.rs335 fn start_send(self: Pin<&mut Self>, item: T) -> Result<(), Self::Error> { in start_send() method
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/future/try_future/
Dtry_flatten.rs136 fn start_send(self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> { in start_send() function
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/future/future/
Dflatten.rs127 fn start_send(self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> { in start_send() function
/aosp_15_r20/external/rust/android-crates-io/crates/futures-test/src/
Dtrack_closed.rs122 fn start_send(self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> { in start_send() method
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/src/codec/
Dframed_write.rs162 fn start_send(self: Pin<&mut Self>, item: I) -> Result<(), Self::Error> { in start_send() function
Dframed_read.rs182 fn start_send(self: Pin<&mut Self>, item: I) -> Result<(), Self::Error> { in start_send() function
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/src/
Deither.rs181 fn start_send(self: Pin<&mut Self>, item: Item) -> std::result::Result<(), Self::Error> { in start_send() function
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/src/udp/
Dframe.rs125 fn start_send(self: Pin<&mut Self>, item: (I, SocketAddr)) -> Result<(), Self::Error> { in start_send() function

123