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.rs75 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
Dlib.rs572 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/
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.rs156 fn get_or_try_init() { in get_or_try_init() function
/external/rust/crates/once_cell/tests/
Dit.rs293 fn get_or_try_init() { in get_or_try_init() function