Home
last modified time | relevance | path

Searched defs:val_ref (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/
H A Doption.rs340 let val_ref = &val; in test_copied() localVariable
362 let val_ref = &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.rs340 let val_ref = &val; in test_copied() localVariable
362 let val_ref = &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.rs340 let val_ref = &val; in test_copied() localVariable
362 let val_ref = &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.rs340 let val_ref = &val; in test_copied() localVariable
362 let val_ref = &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.rs340 let val_ref = &val; in test_copied() localVariable
362 let val_ref = &val; in test_cloned() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/
Drow.rs319 let val_ref = self.stmt.value_ref(idx); in get_ref() localVariable
/aosp_15_r20/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31.cpp3338 (JNIEnv *_env, jobject _this, jint pname, jint index, jfloatArray val_ref, jint offset) { in android_glGetMultisamplefv__II_3FI()