Home
last modified time | relevance | path

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

/third_party/rust/rust/library/alloc/src/collections/btree/map/
Dentry.rs211 pub fn or_insert_with_key<F: FnOnce(&K) -> V>(self, default: F) -> &'a mut V { in or_insert_with_key() method
/third_party/rust/rust/library/std/src/collections/hash/
Dmap.rs2582 pub fn or_insert_with_key<F: FnOnce(&K) -> V>(self, default: F) -> &'a mut V { in or_insert_with_key() method