Searched refs:StoreIterableMut (Results 1 – 6 of 6) sorted by relevance
/external/rust/android-crates-io/crates/icu_locale_core/src/shortvec/ |
D | litemap.rs | 108 impl<'a, K: 'a, V: 'a> StoreIterableMut<'a, K, V> for ShortBoxSlice<(K, V)> { 116 ) -> <Self as litemap::store::StoreIterableMut<'a, K, V>>::KeyValueIterMut { in lm_iter_mut()
|
/external/rust/android-crates-io/crates/litemap/src/store/ |
D | mod.rs | 146 pub trait StoreIterableMut<'a, K: 'a, V: 'a>: StoreMut<K, V> + StoreIterable<'a, K, V> { trait
|
D | vec_impl.rs | 151 impl<'a, K: 'a, V: 'a> StoreIterableMut<'a, K, V> for Vec<(K, V)> {
|
/external/rust/android-crates-io/crates/litemap/tests/ |
D | store.rs | 109 impl<'a, K: 'a, V: 'a> StoreIterableMut<'a, K, V> for VecWithDefaults<(K, V)> {
|
/external/rust/android-crates-io/crates/litemap/src/ |
D | testing.rs | 177 + StoreIterableMut<'a, u32, u64> in check_store_full()
|
D | map.rs | 923 S: StoreIterableMut<'a, K, V>, 957 S: StoreIterableMut<'a, K, V>,
|