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