Searched defs:AutoElementsCritical (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/objects/ |
D | auto_elements_critical.rs | 18 pub struct AutoElementsCritical<'local, 'other_local, 'array, 'env, T: TypeArray> { struct 27 impl<'local, 'other_local, 'array, 'env, T: TypeArray> 28 AutoElementsCritical<'local, 'other_local, 'array, 'env, T> argument 121 impl<'local, 'other_local, 'array, 'env, T: TypeArray> 130 impl<'local, 'other_local, 'array, 'env, T: TypeArray> Drop 152 impl<'local, 'other_local, 'array, 'env, T: TypeArray> std::ops::Deref 162 impl<'local, 'other_local, 'array, 'env, T: TypeArray> std::ops::DerefMut
|