Searched defs:get_or_try_init (Results 1 – 5 of 5) sorted by relevance
| /external/rust/crates/once_cell/src/ |
| D | race.rs | 91 pub fn get_or_try_init<F, E>(&self, f: F) -> Result<NonZeroUsize, E> in get_or_try_init() method 160 pub fn get_or_try_init<F, E>(&self, f: F) -> Result<bool, E> in get_or_try_init() method 249 pub fn get_or_try_init<F, E>(&self, f: F) -> Result<&'a T, E> in get_or_try_init() method 385 pub fn get_or_try_init<F, E>(&self, f: F) -> Result<&T, E> in get_or_try_init() method
|
| D | lib.rs | 595 pub fn get_or_try_init<F, E>(&self, f: F) -> Result<&T, E> in get_or_try_init() method 1120 pub fn get_or_try_init<F, E>(&self, f: F) -> Result<&T, E> in get_or_try_init() method
|
| /external/rust/crates/tokio/src/sync/ |
| D | once_cell.rs | 347 pub async fn get_or_try_init<E, F, Fut>(&self, f: F) -> Result<&T, E> in get_or_try_init() method
|
| /external/rust/crates/tokio/tests/ |
| D | sync_once_cell.rs | 262 fn get_or_try_init() { in get_or_try_init() function
|
| /external/rust/crates/once_cell/tests/ |
| D | it.rs | 348 fn get_or_try_init() { in get_or_try_init() function
|