Home
last modified time | relevance | path

Searched defs:peekable (Results 1 – 10 of 10) sorted by relevance

/external/rust/android-crates-io/crates/futures/tests/
Dstream_peekable.rs6 fn peekable() { in peekable() function
8 let peekable: Peekable<_> = stream::iter(vec![1u8, 2, 3]).peekable(); in peekable() localVariable
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/
Dwith_position.rs13 peekable: Peekable<Fuse<I>>, field
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/
Dwith_position.rs13 peekable: Peekable<Fuse<I>>, field
/external/rust/android-crates-io/crates/itertools/src/
Dwith_position.rs15 peekable: Peekable<Fuse<I>>, field
/external/rust/android-crates-io/crates/tokio-stream/src/
Dstream_ext.rs58 mod peekable; module
1201 fn peekable(self) -> Peekable<Self> in peekable() method
/external/rust/android-crates-io/crates/futures/tests_disabled/
Dstream.rs156 fn peekable() { in peekable() function
/external/rust/android-crates-io/crates/fallible-iterator/src/
Dtest.rs290 fn peekable() { in peekable() function
Dlib.rs277 fn peekable(self) -> Peekable<Self> in peekable() method
/external/rust/android-crates-io/crates/futures-util/src/stream/stream/
Dpeek.rs359 let peekable = peekable.project(); in poll() localVariable
Dmod.rs1487 fn peekable(self) -> Peekable<Self> in peekable() method