Home
last modified time | relevance | path

Searched defs:PutBack (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/adaptors/
H A Dmod.rs173 pub struct PutBack<I> struct
181 pub fn put_back<I>(iterable: I) -> PutBack<I::IntoIter> in put_back() argument
190 impl<I> PutBack<I> implementation
202 let PutBack{top, iter} = self; in into_parts() localVariable
215 impl<I> Iterator for PutBack<I> implementation
/aosp_15_r20/external/rust/android-crates-io/crates/itertools/src/adaptors/
Dmod.rs243 pub struct PutBack<I> struct
252 pub fn put_back<I>(iterable: I) -> PutBack<I::IntoIter> in put_back() argument
262 impl<I> PutBack<I> impl
288 impl<I> Iterator for PutBack<I> implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/
H A Dpeeking_take_while.rs48 impl<I> PeekingNext for PutBack<I> implementation
/aosp_15_r20/external/rust/android-crates-io/crates/itertools/src/
Dpeeking_take_while.rs54 impl<I> PeekingNext for PutBack<I> implementation