Home
last modified time | relevance | path

Searched defs:LazyBuffer (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/itertools/src/
Dlazy_buffer.rs8 pub struct LazyBuffer<I: Iterator> { struct
13 impl<I> LazyBuffer<I> argument
54 impl<I> LazyBuffer<I> implementation
64 impl<I, J> Index<J> for LazyBuffer<I> implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/
H A Dlazy_buffer.rs5 pub struct LazyBuffer<I: Iterator> { struct
11 impl<I> LazyBuffer<I> argument
52 impl<I, J> Index<J> for LazyBuffer<I> implementation