Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/aarch64-paging/src/
Dpaging.rs206 fn split(&self, level: usize) -> ChunkedIterator { in split()
484 struct ChunkedIterator<'a> { struct
490 impl Iterator for ChunkedIterator<'_> { implementation