Home
last modified time | relevance | path

Searched defs:get_or_try_init (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/once_cell/src/
H A Drace.rs90 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 Dlib.rs592 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 Dit.rs345 fn get_or_try_init() { in get_or_try_init() functions

Completed in 4 milliseconds