Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/dashmap/src/mapref/
Done.rs120 pub fn pair_mut(&mut self) -> (&K, &mut V) { in pair_mut() method
281 pub fn pair_mut(&mut self) -> (&K, &mut T) { in pair_mut() method
Dmultiple.rs90 pub fn pair_mut(&mut self) -> (&K, &mut V) { in pair_mut() method