Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/hashlink/tests/
Dlinked_hash_map.rs148 let to_back = |map: &mut LinkedHashMap<_, _>, key| match map.entry(key) { in test_move() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/hashlink/src/
Dlinked_hash_map.rs446 pub fn to_back<Q>(&mut self, k: &Q) -> Option<&mut V> in to_back() function
836 pub fn to_back(&mut self) { in to_back() method
1185 pub fn to_back(&mut self) { in to_back() method
Dlinked_hash_set.rs287 pub fn to_back<Q: ?Sized>(&mut self, value: &Q) -> bool in to_back() function