Searched defs:try_insert (Results 1 – 4 of 4) sorted by relevance
| /third_party/rust/crates/once_cell/src/ |
| D | lib.rs | 521 pub fn try_insert(&self, value: T) -> Result<&T, (&T, T)> { in try_insert() method 1045 pub fn try_insert(&self, value: T) -> Result<&T, (&T, T)> { in try_insert() method
|
| /third_party/rust/rust/compiler/rustc_macros/src/ |
| D | query.rs | 135 macro_rules! try_insert { in parse_query_modifiers() macro
|
| /third_party/rust/rust/library/std/src/collections/hash/ |
| D | map.rs | 1130 pub fn try_insert(&mut self, key: K, value: V) -> Result<&mut V, OccupiedError<'_, K, V>> { in try_insert() function
|
| /third_party/rust/rust/library/alloc/src/collections/btree/ |
| D | map.rs | 1036 pub fn try_insert(&mut self, key: K, value: V) -> Result<&mut V, OccupiedError<'_, K, V, A>> in try_insert() method
|