Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/icu_locale_core/src/shortvec/
Dlitemap.rs123 type KeyValueIntoIter = ShortBoxSliceIntoIter<(K, V)>; typedef
125 fn lm_into_iter(self) -> Self::KeyValueIntoIter { in lm_into_iter()
/external/rust/android-crates-io/crates/litemap/tests/
Dstore.rs119 type KeyValueIntoIter = std::vec::IntoIter<(K, V)>; typedef
122 fn lm_into_iter(self) -> Self::KeyValueIntoIter { in lm_into_iter()
/external/rust/android-crates-io/crates/litemap/src/store/
Dmod.rs154 type KeyValueIntoIter: Iterator<Item = (K, V)>; typedef
157 fn lm_into_iter(self) -> Self::KeyValueIntoIter; in lm_into_iter()
Dvec_impl.rs161 type KeyValueIntoIter = alloc::vec::IntoIter<(K, V)>; typedef
164 fn lm_into_iter(self) -> Self::KeyValueIntoIter { in lm_into_iter()