Searched defs:AutoLocal (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/objects/ |
D | auto_local.rs | 27 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/ |
D | auto_local.rs | 26 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/ |
D | desc.rs | 113 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/ |
D | class_desc.rs | 32 impl<'a, 'b, 'c> Desc<'a, JClass<'b>> for &'b AutoLocal<'c, '_> implementation
|