Home
last modified time | relevance | path

Searched defs:get_or_try_init (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/once_cell/src/
Drace.rs91 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
Dlib.rs595 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/
Donce_cell.rs347 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/
Dsync_once_cell.rs262 fn get_or_try_init() { in get_or_try_init() function
/external/rust/crates/once_cell/tests/
Dit.rs348 fn get_or_try_init() { in get_or_try_init() function