Home
last modified time | relevance | path

Searched defs:TakeWhileRef (Results 1 – 3 of 3) sorted by relevance

/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/adaptors/
Dmod.rs610 pub struct TakeWhileRef<'a, I: 'a, F> { struct
615 impl<'a, I, F> fmt::Debug for TakeWhileRef<'a, I, F> implementation
628 impl<'a, I, F> Iterator for TakeWhileRef<'a, I, F> implementation
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/adaptors/
Dmod.rs610 pub struct TakeWhileRef<'a, I: 'a, F> { struct
615 impl<'a, I, F> fmt::Debug for TakeWhileRef<'a, I, F> argument
628 impl<'a, I, F> Iterator for TakeWhileRef<'a, I, F> implementation
/external/rust/android-crates-io/crates/itertools/src/adaptors/
Dmod.rs513 pub struct TakeWhileRef<'a, I: 'a, F> { struct
518 impl<I, F> fmt::Debug for TakeWhileRef<'_, I, F> argument
533 impl<I, F> Iterator for TakeWhileRef<'_, I, F> implementation