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/
Drace.rs90 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
Dlib.rs592 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/
Dit.rs345 fn get_or_try_init() { in get_or_try_init() function