Searched defs:get_or_init (Results 1 – 6 of 6) sorted by relevance
| /external/rust/crates/once_cell/src/ |
| D | race.rs | 73 pub fn get_or_init<F>(&self, f: F) -> NonZeroUsize in get_or_init() method 146 pub fn get_or_init<F>(&self, f: F) -> bool in get_or_init() method 231 pub fn get_or_init<F>(&self, f: F) -> &'a T in get_or_init() method 367 pub fn get_or_init<F>(&self, f: F) -> &T in get_or_init() method
|
| D | lib.rs | 559 pub fn get_or_init<F>(&self, f: F) -> &T in get_or_init() method 1083 pub fn get_or_init<F>(&self, f: F) -> &T in get_or_init() method
|
| /external/rust/crates/crossbeam-utils/src/sync/ |
| D | once_lock.rs | 48 pub(crate) fn get_or_init<F>(&self, f: F) -> &T in get_or_init() method
|
| /external/rust/crates/crossbeam-epoch/src/sync/ |
| D | once_lock.rs | 48 pub(crate) fn get_or_init<F>(&self, f: F) -> &T in get_or_init() method
|
| /external/rust/crates/tokio/src/sync/ |
| D | once_cell.rs | 299 pub async fn get_or_init<F, Fut>(&self, f: F) -> &T in get_or_init() method
|
| /external/rust/crates/tokio/tests/ |
| D | sync_once_cell.rs | 154 fn get_or_init() { in get_or_init() function
|