Home
last modified time | relevance | path

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

/external/rust/crates/clap/src/util/
Dflat_map.rs162 pub fn or_insert_with<F: FnOnce() -> V>(self, default: F) -> &'a mut V { in or_insert_with() method
/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.rs3365 pub fn or_insert_with<F>(self, default: F) -> (&'a mut K, &'a mut V) in or_insert_with() method
4948 pub fn or_insert_with<F: FnOnce() -> V>(self, default: F) -> &'a mut V in or_insert_with() method
5672 pub fn or_insert_with<F: FnOnce() -> V>(self, default: F) -> &'a mut V in or_insert_with() method
/external/rust/crates/indexmap/src/map/
Dcore.rs515 pub fn or_insert_with<F>(self, call: F) -> &'a mut V in or_insert_with() method
/external/rust/crates/serde_json/src/
Dmap.rs577 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.rs608 pub fn or_insert_with<F: FnOnce() -> V::Strong>(self, default: F) -> V::Strong { in or_insert_with() method
Dweak_weak_hash_map.rs617 pub fn or_insert_with<F: FnOnce() -> V::Strong>(self, default: F) -> V::Strong { in or_insert_with() method
Dweak_key_hash_map.rs711 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.rs757 pub fn or_insert_with<F: FnOnce() -> V>(self, default: F) -> &'a mut V in or_insert_with() method
1084 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.rs1488 pub fn or_insert_with<F: FnOnce() -> V>(self, default: F) -> &'a mut V { in or_insert_with() method