Home
last modified time | relevance | path

Searched defs:poll_next (Results 1 – 25 of 100) sorted by relevance

1234

/external/rust/crates/futures-core/src/
Dstream.rs66 fn poll_next( in poll_next() method
106 fn poll_next( in poll_next() method
125 fn poll_next( in poll_next() function
213 fn poll_next( in poll_next() method
229 fn poll_next( in poll_next() method
/external/rust/crates/tokio/tests/support/
Dmpsc_stream.rs13 fn poll_next(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Option<T>> { in poll_next() method
31 fn poll_next(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Option<T>> { in poll_next() method
/external/rust/crates/tokio-stream/src/stream_ext/
Dmerge.rs41 fn poll_next(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Option<T::Item>> { in poll_next() function
60 fn poll_next<T, U>( in poll_next() function
Dfuse.rs33 fn poll_next(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Option<T::Item>> { in poll_next() function
Dchain.rs35 fn poll_next(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Option<T::Item>> { in poll_next() function
Dfilter.rs42 fn poll_next(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Option<St::Item>> { in poll_next() function
Dfilter_map.rs42 fn poll_next(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Option<T>> { in poll_next() function
Dmap.rs40 fn poll_next(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Option<T>> { in poll_next() function
/external/rust/crates/tokio-stream/src/wrappers/
Dsignal_windows.rs31 fn poll_next(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Option<()>> { in poll_next() method
73 fn poll_next(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Option<()>> { in poll_next() method
/external/rust/crates/tokio/tests/
Dtime_interval.rs47 fn poll_next(interval: &mut task::Spawn<time::Interval>) -> Poll<Instant> { in poll_next() function
/external/rust/crates/futures/tests/
Dfuture_try_flatten_stream.rs34 fn poll_next(self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<Option<Self::Item>> { in failed_future() method
59 fn poll_next(self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<Option<Self::Item>> { in assert_impls() method
/external/rust/crates/futures-util/src/io/
Dlines.rs38 fn poll_next(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Option<Self::Item>> { in poll_next() method
/external/rust/crates/tokio-stream/tests/
Dstream_fuse.rs14 fn poll_next(mut self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll<Option<i32>> { in poll_next() method
/external/rust/crates/futures-util/src/stream/
Diter.rs42 fn poll_next(mut self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<Option<I::Item>> { in poll_next() function
Dpoll_fn.rs54 fn poll_next(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Option<T>> { in poll_next() function
Drepeat.rs40 fn poll_next(self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<Option<Self::Item>> { in poll_next() function
/external/rust/crates/tokio-stream/src/
Donce.rs45 fn poll_next(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Option<T>> { in poll_next() method
Diter.rs49 fn poll_next(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Option<I::Item>> { in poll_next() function
Dempty.rs43 fn poll_next(self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<Option<T>> { in poll_next() method
/external/rust/crates/futures-util/src/stream/try_stream/
Dtry_buffered.rs50 fn poll_next( in poll_next() function
Dtry_buffer_unordered.rs47 fn poll_next( in poll_next() function
Dtry_flatten.rs56 fn poll_next(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Option<Self::Item>> { in poll_next() function
Dinto_stream.rs37 fn poll_next( in poll_next() method
/external/rust/crates/futures-util/src/stream/stream/
Dflatten.rs46 fn poll_next(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Option<Self::Item>> { in poll_next() function
Dcycle.rs37 fn poll_next(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Option<Self::Item>> { in poll_next() function

1234