/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/iter/adapters/ |
H A D | skip_while.rs | 16 pub struct SkipWhile<I, P> { struct 22 impl<I, P> SkipWhile<I, P> { impl 23 pub(in crate::iter) fn new(iter: I, predicate: P) -> SkipWhile<I, P> { in new() 24 SkipWhile { iter, flag: false, predicate } in new() 29 impl<I: fmt::Debug, P> fmt::Debug for SkipWhile<I, P> { implementation 36 impl<I: Iterator, P> Iterator for SkipWhile<I, P> implementation 101 impl<I, P> FusedIterator for SkipWhile<I, P> implementation 109 unsafe impl<I: TrustedFused, P> TrustedFused for SkipWhile<I, P> {} implementation 112 unsafe impl<P, I> SourceIter for SkipWhile<I, P> implementation 126 unsafe impl<I: InPlaceIterable, F> InPlaceIterable for SkipWhile<I, F> { implementation
|
H A D | mod.rs | 35 scan::Scan, skip::Skip, skip_while::SkipWhile, take::Take, take_while::TakeWhile, zip::Zip,
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/adapters/ |
H A D | skip_while.rs | 16 pub struct SkipWhile<I, P> { struct 22 impl<I, P> SkipWhile<I, P> { impl 23 pub(in crate::iter) fn new(iter: I, predicate: P) -> SkipWhile<I, P> { in new() 24 SkipWhile { iter, flag: false, predicate } in new() 29 impl<I: fmt::Debug, P> fmt::Debug for SkipWhile<I, P> { implementation 36 impl<I: Iterator, P> Iterator for SkipWhile<I, P> implementation 101 impl<I, P> FusedIterator for SkipWhile<I, P> implementation 109 unsafe impl<I: TrustedFused, P> TrustedFused for SkipWhile<I, P> {} implementation 112 unsafe impl<P, I> SourceIter for SkipWhile<I, P> implementation 126 unsafe impl<I: InPlaceIterable, F> InPlaceIterable for SkipWhile<I, F> { implementation
|
H A D | mod.rs | 35 scan::Scan, skip::Skip, skip_while::SkipWhile, take::Take, take_while::TakeWhile, zip::Zip,
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/adapters/ |
H A D | skip_while.rs | 16 pub struct SkipWhile<I, P> { struct 22 impl<I, P> SkipWhile<I, P> { argument 23 pub(in crate::iter) fn new(iter: I, predicate: P) -> SkipWhile<I, P> { in new() 24 SkipWhile { iter, flag: false, predicate } in new() 29 impl<I: fmt::Debug, P> fmt::Debug for SkipWhile<I, P> { implementation 36 impl<I: Iterator, P> Iterator for SkipWhile<I, P> implementation 101 impl<I, P> FusedIterator for SkipWhile<I, P> implementation 109 unsafe impl<I: TrustedFused, P> TrustedFused for SkipWhile<I, P> {} implementation 112 unsafe impl<P, I> SourceIter for SkipWhile<I, P> implementation 126 unsafe impl<I: InPlaceIterable, F> InPlaceIterable for SkipWhile<I, F> { implementation
|
H A D | mod.rs | 35 scan::Scan, skip::Skip, skip_while::SkipWhile, take::Take, take_while::TakeWhile, zip::Zip,
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/adapters/ |
H A D | skip_while.rs | 16 pub struct SkipWhile<I, P> { struct 22 impl<I, P> SkipWhile<I, P> { implementation 23 pub(in crate::iter) fn new(iter: I, predicate: P) -> SkipWhile<I, P> { in new() 24 SkipWhile { iter, flag: false, predicate } in new() 29 impl<I: fmt::Debug, P> fmt::Debug for SkipWhile<I, P> { implementation 36 impl<I: Iterator, P> Iterator for SkipWhile<I, P> implementation 101 impl<I, P> FusedIterator for SkipWhile<I, P> implementation 109 unsafe impl<I: TrustedFused, P> TrustedFused for SkipWhile<I, P> {} implementation 112 unsafe impl<P, I> SourceIter for SkipWhile<I, P> implementation 126 unsafe impl<I: InPlaceIterable, F> InPlaceIterable for SkipWhile<I, F> { implementation
|
H A D | mod.rs | 35 scan::Scan, skip::Skip, skip_while::SkipWhile, take::Take, take_while::TakeWhile, zip::Zip,
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/adapters/ |
H A D | skip_while.rs | 16 pub struct SkipWhile<I, P> { struct 22 impl<I, P> SkipWhile<I, P> { impl 23 pub(in crate::iter) fn new(iter: I, predicate: P) -> SkipWhile<I, P> { in new() 24 SkipWhile { iter, flag: false, predicate } in new() 29 impl<I: fmt::Debug, P> fmt::Debug for SkipWhile<I, P> { implementation 36 impl<I: Iterator, P> Iterator for SkipWhile<I, P> implementation 101 impl<I, P> FusedIterator for SkipWhile<I, P> implementation 109 unsafe impl<I: TrustedFused, P> TrustedFused for SkipWhile<I, P> {} implementation 112 unsafe impl<P, I> SourceIter for SkipWhile<I, P> implementation 126 unsafe impl<I: InPlaceIterable, F> InPlaceIterable for SkipWhile<I, F> { implementation
|
H A D | mod.rs | 35 scan::Scan, skip::Skip, skip_while::SkipWhile, take::Take, take_while::TakeWhile, zip::Zip,
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/stream/stream/ |
D | skip_while.rs | 14 pub struct SkipWhile<St, Fut, F> where St: Stream { 25 impl<St, Fut, F> fmt::Debug for SkipWhile<St, Fut, F> implementation 41 impl<St, Fut, F> SkipWhile<St, Fut, F> impl 54 impl<St, Fut, F> FusedStream for SkipWhile<St, Fut, F> implementation 65 impl<St, Fut, F> Stream for SkipWhile<St, Fut, F> implementation 115 impl<S, Fut, F, Item> Sink<Item> for SkipWhile<S, Fut, F> implementation
|
D | mod.rs | 146 pub use self::skip_while::SkipWhile; 975 fn skip_while<Fut, F>(self, f: F) -> SkipWhile<Self, Fut, F> in skip_while() 981 assert_stream::<Self::Item, _>(SkipWhile::new(self, f)) in skip_while()
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-stream/src/stream_ext/ |
D | skip_while.rs | 11 pub struct SkipWhile<St, F> { 18 impl<St, F> fmt::Debug for SkipWhile<St, F> implementation 29 impl<St, F> SkipWhile<St, F> { impl 38 impl<St, F> Stream for SkipWhile<St, F> implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-stream/src/ |
D | stream_ext.rs | 44 pub use skip_while::SkipWhile; 651 fn skip_while<F>(self, f: F) -> SkipWhile<Self, F> in skip_while() 656 SkipWhile::new(self, f) in skip_while()
|
D | lib.rs | 84 Chain, Filter, FilterMap, Fuse, Map, MapWhile, Merge, Peekable, Skip, SkipWhile, Take,
|
/aosp_15_r20/external/rust/android-crates-io/crates/fallible-streaming-iterator/src/ |
D | lib.rs | 245 fn skip_while<F>(self, f: F) -> SkipWhile<Self, F> in skip_while() 250 SkipWhile { in skip_while() 759 pub struct SkipWhile<I, F> { struct 765 impl<I, F> FallibleStreamingIterator for SkipWhile<I, F> argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures/tests/ |
D | auto_traits.rs | 1563 assert_impl!(SkipWhile<SendStream<()>, (), ()>: Send); 1564 assert_not_impl!(SkipWhile<LocalStream<()>, (), ()>: Send); 1565 assert_not_impl!(SkipWhile<SendStream, (), ()>: Send); 1566 assert_not_impl!(SkipWhile<SendStream<()>, *const (), ()>: Send); 1567 assert_not_impl!(SkipWhile<SendStream<()>, (), *const ()>: Send); 1568 assert_impl!(SkipWhile<SyncStream<()>, (), ()>: Sync); 1569 assert_not_impl!(SkipWhile<LocalStream<()>, (), ()>: Sync); 1570 assert_not_impl!(SkipWhile<SyncStream, (), ()>: Sync); 1571 assert_not_impl!(SkipWhile<SyncStream<()>, *const (), ()>: Sync); 1572 assert_not_impl!(SkipWhile<SyncStream<()>, (), *const ()>: Sync); [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/ |
H A D | mod.rs | 460 Skip, SkipWhile, Take, TakeWhile, Zip,
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/ |
H A D | mod.rs | 460 Skip, SkipWhile, Take, TakeWhile, Zip,
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/ |
H A D | mod.rs | 460 Skip, SkipWhile, Take, TakeWhile, Zip,
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/ |
H A D | mod.rs | 460 Skip, SkipWhile, Take, TakeWhile, Zip,
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/iter/ |
H A D | mod.rs | 460 Skip, SkipWhile, Take, TakeWhile, Zip,
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/stream/ |
D | mod.rs | 23 SelectNextSome, Skip, SkipWhile, StreamExt, StreamFuture, Take, TakeUntil, TakeWhile, Then,
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/traits/ |
H A D | iterator.rs | 12 Inspect, Map, MapWhile, MapWindows, Peekable, Rev, Scan, Skip, SkipWhile, StepBy, Take, 1116 fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P> in skip_while() 1121 SkipWhile::new(self, predicate) in skip_while()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/traits/ |
H A D | iterator.rs | 12 Inspect, Map, MapWhile, MapWindows, Peekable, Rev, Scan, Skip, SkipWhile, StepBy, Take, 1116 fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P> in skip_while() 1121 SkipWhile::new(self, predicate) in skip_while()
|