/aosp_15_r20/external/rust/android-crates-io/crates/futures-sink/src/ |
D | lib.rs | 89 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/ |
D | sink_impl.rs | 13 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/ |
D | split.rs | 113 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/ |
D | sink.rs | 109 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
|
D | stream_split.rs | 33 fn start_send(self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> { in test_split() method
|
D | future_try_flatten_stream.rs | 60 fn start_send(self: Pin<&mut Self>, _: Item) -> Result<(), Self::Error> { in assert_impls() method
|
D | auto_traits.rs | 64 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/ |
D | drain.rs | 48 fn start_send(self: Pin<&mut Self>, _item: T) -> Result<(), Self::Error> { in start_send() method
|
D | map_err.rs | 41 fn start_send(mut self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> { in start_send() function
|
D | unfold.rs | 58 fn start_send(self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> { in start_send() function
|
D | buffer.rs | 85 fn start_send(self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> { in start_send() method
|
D | with_flat_map.rs | 110 fn start_send(self: Pin<&mut Self>, item: U) -> Result<(), Self::Error> { in start_send() function
|
D | with.rs | 115 fn start_send(self: Pin<&mut Self>, item: U) -> Result<(), Self::Error> { in start_send() function
|
D | fanout.rs | 78 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/ |
D | ping.cpp | 38 void start_send() in start_send() function in pinger
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/io/ |
D | into_sink.rs | 65 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/ |
D | copy_to_bytes.rs | 56 fn start_send(self: Pin<&mut Self>, item: &'a [u8]) -> Result<(), Self::Error> { in start_send() function
|
D | stream_reader.rs | 335 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/ |
D | try_flatten.rs | 136 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/ |
D | flatten.rs | 127 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/ |
D | track_closed.rs | 122 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/ |
D | framed_write.rs | 162 fn start_send(self: Pin<&mut Self>, item: I) -> Result<(), Self::Error> { in start_send() function
|
D | framed_read.rs | 182 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/ |
D | either.rs | 181 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/ |
D | frame.rs | 125 fn start_send(self: Pin<&mut Self>, item: (I, SocketAddr)) -> Result<(), Self::Error> { in start_send() function
|