Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/jni/src/wrapper/objects/
Dweak_ref.rs148 pub fn clone_in_jvm(&self, env: &JNIEnv) -> Result<Option<WeakRef>> { in clone_in_jvm() method
/external/rust/android-crates-io/crates/jni/tests/
Djni_weak_refs.rs120 unwrap(obj_weak.clone_in_jvm(&env), &env).expect("weak ref should not be null"); in weak_ref_is_actually_weak()