Home
last modified time | relevance | path

Searched defs:AttachGuard (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/java_vm/
Dvm.rs279 pub fn attach_current_thread(&self) -> Result<AttachGuard> { in attach_current_thread()
470 pub struct AttachGuard<'local> { struct
475 impl<'local> AttachGuard<'local> { argument
494 impl<'local> Deref for AttachGuard<'local> { implementation
502 impl<'local> DerefMut for AttachGuard<'local> { implementation
508 impl<'local> Drop for AttachGuard<'local> { implementation
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/java_vm/
Dvm.rs216 pub fn attach_current_thread(&self) -> Result<AttachGuard> { in attach_current_thread()
304 pub struct AttachGuard<'a> { struct
309 impl<'a> AttachGuard<'a> { argument
328 impl<'a> Deref for AttachGuard<'a> { implementation
336 impl<'a> Drop for AttachGuard<'a> { implementation