Searched defs:or_insert_with (Results 1 – 8 of 8) sorted by relevance
/external/rust/crates/hashbrown/src/ |
D | rustc_entry.rs | 205 pub fn or_insert_with<F: FnOnce() -> V>(self, default: F) -> &'a mut V in or_insert_with() method
|
D | map.rs | 1994 pub fn or_insert_with<F>(self, default: F) -> (&'a mut K, &'a mut V) in or_insert_with() method 2775 pub fn or_insert_with<F: FnOnce() -> V>(self, default: F) -> &'a mut V in or_insert_with() method
|
/external/rust/crates/serde_json/src/ |
D | map.rs | 536 pub fn or_insert_with<F>(self, default: F) -> &'a mut Value in or_insert_with() method
|
/external/rust/crates/weak-table/src/ |
D | weak_value_hash_map.rs | 563 pub fn or_insert_with<F: FnOnce() -> V::Strong>(self, default: F) -> V::Strong { in or_insert_with() method
|
D | weak_weak_hash_map.rs | 567 pub fn or_insert_with<F: FnOnce() -> V::Strong>(self, default: F) -> V::Strong { in or_insert_with() method
|
D | weak_key_hash_map.rs | 657 pub fn or_insert_with<F: FnOnce() -> V>(self, default: F) -> &'a mut V { in or_insert_with() method
|
/external/rust/crates/hashlink/src/ |
D | linked_hash_map.rs | 667 pub fn or_insert_with<F: FnOnce() -> V>(self, default: F) -> &'a mut V in or_insert_with() method 994 pub fn or_insert_with<F>(self, default: F) -> (&'a mut K, &'a mut V) in or_insert_with() method
|
/external/rust/crates/linked-hash-map/src/ |
D | lib.rs | 1206 pub fn or_insert_with<F: FnOnce() -> V>(self, default: F) -> &'a mut V { in or_insert_with() method
|