Searched defs:get_or_try_init (Results 1 – 5 of 5) sorted by relevance
/external/rust/crates/once_cell/src/ |
D | race.rs | 75 pub fn get_or_try_init<F, E>(&self, f: F) -> Result<NonZeroUsize, E> in get_or_try_init() method 144 pub fn get_or_try_init<F, E>(&self, f: F) -> Result<bool, E> in get_or_try_init() method 256 pub fn get_or_try_init<F, E>(&self, f: F) -> Result<&T, E> in get_or_try_init() method
|
D | lib.rs | 572 pub fn get_or_try_init<F, E>(&self, f: F) -> Result<&T, E> in get_or_try_init() method 1006 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 | 156 fn get_or_try_init() { in get_or_try_init() function
|
/external/rust/crates/once_cell/tests/ |
D | it.rs | 293 fn get_or_try_init() { in get_or_try_init() function
|