Home
last modified time | relevance | path

Searched defs:or_insert_with (Results 1 – 8 of 8) sorted by relevance

/external/rust/crates/hashbrown/src/
Drustc_entry.rs205 pub fn or_insert_with<F: FnOnce() -> V>(self, default: F) -> &'a mut V in or_insert_with() method
Dmap.rs1994 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/
Dmap.rs536 pub fn or_insert_with<F>(self, default: F) -> &'a mut Value in or_insert_with() method
/external/rust/crates/weak-table/src/
Dweak_value_hash_map.rs563 pub fn or_insert_with<F: FnOnce() -> V::Strong>(self, default: F) -> V::Strong { in or_insert_with() method
Dweak_weak_hash_map.rs567 pub fn or_insert_with<F: FnOnce() -> V::Strong>(self, default: F) -> V::Strong { in or_insert_with() method
Dweak_key_hash_map.rs657 pub fn or_insert_with<F: FnOnce() -> V>(self, default: F) -> &'a mut V { in or_insert_with() method
/external/rust/crates/hashlink/src/
Dlinked_hash_map.rs667 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/
Dlib.rs1206 pub fn or_insert_with<F: FnOnce() -> V>(self, default: F) -> &'a mut V { in or_insert_with() method