Home
last modified time | relevance | path

Searched defs:AutoLocal (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/objects/
Dauto_local.rs27 pub struct AutoLocal<'local, T> struct
35 impl<'local, T> AutoLocal<'local, T> argument
97 impl<'local, T> Drop for AutoLocal<'local, T> implementation
120 impl<'local, T, U> AsRef<U> for AutoLocal<'local, T> implementation
129 impl<'local, T, U> AsMut<U> for AutoLocal<'local, T> implementation
138 impl<'local, T> Deref for AutoLocal<'local, T> implementation
149 impl<'local, T> DerefMut for AutoLocal<'local, T> implementation
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/objects/
Dauto_local.rs26 pub struct AutoLocal<'a: 'b, 'b> { struct
31 impl<'a, 'b> AutoLocal<'a, 'b> { argument
66 impl<'a, 'b> Drop for AutoLocal<'a, 'b> { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/descriptors/
Ddesc.rs113 unsafe impl<'local, 'other_local, T> Desc<'local, T> for AutoLocal<'other_local, T> implementation
124 unsafe impl<'local, 'other_local, 'obj_ref, T> Desc<'local, T>
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/descriptors/
Dclass_desc.rs32 impl<'a, 'b, 'c> Desc<'a, JClass<'b>> for &'b AutoLocal<'c, '_> implementation