/aosp_15_r20/external/rust/android-crates-io/crates/once_cell/src/ |
D | race.rs | 91 pub fn get_or_try_init<F, E>(&self, f: F) -> Result<NonZeroUsize, E> in get_or_try_init() method 160 pub fn get_or_try_init<F, E>(&self, f: F) -> Result<bool, E> in get_or_try_init() method 249 pub fn get_or_try_init<F, E>(&self, f: F) -> Result<&'a T, E> in get_or_try_init() method 385 pub fn get_or_try_init<F, E>(&self, f: F) -> Result<&T, E> in get_or_try_init() method
|
D | lib.rs | 622 pub fn get_or_try_init<F, E>(&self, f: F) -> Result<&T, E> in get_or_try_init() method 1152 pub fn get_or_try_init<F, E>(&self, f: F) -> Result<&T, E> in get_or_try_init() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/once_cell/tests/it/ |
D | unsync_once_cell.rs | 71 fn get_or_try_init() { in get_or_try_init() function
|
D | sync_once_cell.rs | 92 fn get_or_try_init() { in get_or_try_init() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sync/once_lock/ |
H A D | tests.rs | 88 fn get_or_try_init() { in get_or_try_init() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/once_lock/ |
H A D | tests.rs | 88 fn get_or_try_init() { in get_or_try_init() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/once_lock/ |
H A D | tests.rs | 88 fn get_or_try_init() { in get_or_try_init() function
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/once_lock/ |
H A D | tests.rs | 88 fn get_or_try_init() { in get_or_try_init() function
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/once_lock/ |
H A D | tests.rs | 88 fn get_or_try_init() { in get_or_try_init() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/itron/ |
H A D | spin.rs | 116 pub fn get_or_try_init<F, E>(&self, f: F) -> Result<(abi::ID, &T), E> in get_or_try_init() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/itron/ |
H A D | spin.rs | 116 pub fn get_or_try_init<F, E>(&self, f: F) -> Result<(abi::ID, &T), E> in get_or_try_init() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/itron/ |
H A D | spin.rs | 116 pub fn get_or_try_init<F, E>(&self, f: F) -> Result<(abi::ID, &T), E> in get_or_try_init() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/itron/ |
H A D | spin.rs | 116 pub fn get_or_try_init<F, E>(&self, f: F) -> Result<(abi::ID, &T), E> in get_or_try_init() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/itron/ |
H A D | spin.rs | 116 pub fn get_or_try_init<F, E>(&self, f: F) -> Result<(abi::ID, &T), E> in get_or_try_init() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/cell/ |
H A D | once.rs | 232 pub fn get_or_try_init<F, E>(&self, f: F) -> Result<&T, E> in get_or_try_init() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/cell/ |
H A D | once.rs | 232 pub fn get_or_try_init<F, E>(&self, f: F) -> Result<&T, E> in get_or_try_init() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/cell/ |
H A D | once.rs | 232 pub fn get_or_try_init<F, E>(&self, f: F) -> Result<&T, E> in get_or_try_init() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/cell/ |
H A D | once.rs | 232 pub fn get_or_try_init<F, E>(&self, f: F) -> Result<&T, E> in get_or_try_init() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/cell/ |
H A D | once.rs | 232 pub fn get_or_try_init<F, E>(&self, f: F) -> Result<&T, E> in get_or_try_init() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/ |
H A D | once_lock.rs | 352 pub fn get_or_try_init<F, E>(&self, f: F) -> Result<&T, E> in get_or_try_init() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sync/ |
H A D | once_lock.rs | 352 pub fn get_or_try_init<F, E>(&self, f: F) -> Result<&T, E> in get_or_try_init() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/ |
H A D | once_lock.rs | 345 pub fn get_or_try_init<F, E>(&self, f: F) -> Result<&T, E> in get_or_try_init() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/ |
H A D | once_lock.rs | 345 pub fn get_or_try_init<F, E>(&self, f: F) -> Result<&T, E> in get_or_try_init() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/ |
H A D | once_lock.rs | 352 pub fn get_or_try_init<F, E>(&self, f: F) -> Result<&T, E> in get_or_try_init() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/ |
D | sync_once_cell.rs | 252 fn get_or_try_init() { in get_or_try_init() function
|