Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/ring/src/polyfill/
Darray_flat_map.rs90 struct DownwardCounter { in test_array_flat_map_len_overflow() struct
91 remaining: usize, in test_array_flat_map_len_overflow()
93 impl Iterator for DownwardCounter { in test_array_flat_map_len_overflow() implementation
110 impl ExactSizeIterator for DownwardCounter {} in test_array_flat_map_len_overflow() implementation