Home
last modified time | relevance | path

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

12

/external/rust/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
/external/rust/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
Dmod.rs709 pub fn start_send(&mut self, msg: T) -> Result<(), SendError> { in start_send() method
815 pub fn start_send(&mut self, msg: T) -> Result<(), SendError> { in start_send() method
/external/rust/crates/futures-util/src/sink/
Ddrain.rs42 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
/external/rust/crates/futures-util/src/io/
Dinto_sink.rs65 fn start_send(self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> { in start_send() method
/external/rust/crates/futures/tests/
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.rs59 fn start_send(self: Pin<&mut Self>, _: T) -> Result<(), Self::Error> { in start_send() method
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
/external/rust/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
/external/rust/crates/futures-util/src/future/future/
Dflatten.rs127 fn start_send(self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> { in start_send() function
/external/rust/crates/futures-util/src/stream/stream/
Dsplit.rs99 fn start_send(mut self: Pin<&mut Self>, item: Item) -> Result<(), S::Error> { in start_send() method
/external/rust/crates/futures-util/src/future/
Deither.rs158 fn start_send(self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> { in start_send() function
/external/rust/crates/futures-util/src/compat/
Dcompat03as01.rs133 fn start_send(&mut self, item: Self::SinkItem) -> StartSend01<Self::SinkItem, Self::SinkError> { in start_send() function
Dcompat01as03.rs246 fn start_send(mut self: Pin<&mut Self>, item: SinkItem) -> Result<(), Self::Error> { in start_send() function
/external/rust/crates/crossbeam-channel/src/flavors/
Dzero.rs128 fn start_send(&self, token: &mut Token) -> bool { in start_send() method
Darray.rs149 fn start_send(&self, token: &mut Token) -> bool { in start_send() method
Dlist.rs196 fn start_send(&self, token: &mut Token) -> bool { in start_send() method
/external/rust/crates/grpcio/src/call/
Dclient.rs373 fn start_send(mut self: Pin<&mut Self>, (msg, flags): (Req, WriteFlags)) -> Result<()> { in start_send() method

12