Home
last modified time | relevance | path

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

/external/rust/crates/hashlink/tests/
Dlinked_hash_map.rs148 let to_back = |map: &mut LinkedHashMap<_, _>, key| match map.entry(key) { in test_move() localVariable
/external/rust/crates/hashlink/src/
Dlinked_hash_set.rs278 pub fn to_back<Q: ?Sized>(&mut self, value: &Q) -> bool in to_back() function
Dlinked_hash_map.rs746 pub fn to_back(&mut self) { in to_back() method
1095 pub fn to_back(&mut self) { in to_back() method