Home
last modified time | relevance | path

Searched defs:unsync_init (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/getrandom/src/
Dlazy.rs34 pub fn unsync_init(&self, init: impl FnOnce() -> usize) -> usize { in unsync_init() method
53 pub fn unsync_init(&self, init: impl FnOnce() -> bool) -> bool { in unsync_init() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/getrandom-0.2.14/src/
H A Dlazy.rs34 pub fn unsync_init(&self, init: impl FnOnce() -> usize) -> usize { in unsync_init() method
53 pub fn unsync_init(&self, init: impl FnOnce() -> bool) -> bool { in unsync_init() method