Home
last modified time | relevance | path

Searched defs:opt_ref (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/
H A Doption.rs342 let opt_ref = Some(&val); in test_copied() localVariable
364 let opt_ref = Some(&val); in test_cloned() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/
H A Doption.rs342 let opt_ref = Some(&val); in test_copied() localVariable
364 let opt_ref = Some(&val); in test_cloned() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/
H A Doption.rs342 let opt_ref = Some(&val); in test_copied() localVariable
364 let opt_ref = Some(&val); in test_cloned() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Doption.rs342 let opt_ref = Some(&val); in test_copied() localVariable
364 let opt_ref = Some(&val); in test_cloned() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Doption.rs342 let opt_ref = Some(&val); in test_copied() localVariable
364 let opt_ref = Some(&val); in test_cloned() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/
Dconv.rs240 pub(super) fn opt_ref<T: Sized, Num: ArgNumber>(t: Option<&T>) -> ArgReg<'_, Num> { in opt_ref() function