Searched defs:get_or_try_init (Results 1 - 3 of 3) sorted by relevance
| /third_party/rust/crates/once_cell/src/ |
| H A D | race.rs | 90 pub fn get_or_try_init<F, E>(&self, f: F) -> Result<NonZeroUsize, E> in get_or_try_init() functions 159 pub fn get_or_try_init<F, E>(&self, f: F) -> Result<bool, E> in get_or_try_init() functions 240 pub fn get_or_try_init<F, E>(&self, f: F) -> Result<&'a T, E> in get_or_try_init() functions 362 pub fn get_or_try_init<F, E>(&self, f: F) -> Result<&T, E> in get_or_try_init() functions
|
| H A D | lib.rs | 592 pub fn get_or_try_init<F, E>(&self, f: F) -> Result<&T, E> in get_or_try_init() functions 1117 pub fn get_or_try_init<F, E>(&self, f: F) -> Result<&T, E> in get_or_try_init() functions
|
| /third_party/rust/crates/once_cell/tests/ |
| H A D | it.rs | 345 fn get_or_try_init() { in get_or_try_init() functions
|
Completed in 4 milliseconds