Home
last modified time | relevance | path

Searched refs:is_weak_ref_to_same_object (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/jni/tests/
Djni_weak_refs.rs158 obj_weak.is_weak_ref_to_same_object(&env, &obj_weak2), in weak_ref_is_actually_weak()
191 obj_weak.is_weak_ref_to_same_object(&env, &obj_weak2), in weak_ref_is_actually_weak()
/external/rust/android-crates-io/crates/jni/src/wrapper/objects/
Dweak_ref.rs136 pub fn is_weak_ref_to_same_object(&self, env: &JNIEnv, other: &WeakRef) -> Result<bool> { in is_weak_ref_to_same_object() method