Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/
Djnienv.rs543 pub fn pop_local_frame(&self, result: JObject<'a>) -> Result<JObject<'a>> { in pop_local_frame() method
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/
Djnienv.rs827 pub unsafe fn pop_local_frame(&self, result: &JObject) -> Result<JObject<'local>> { in pop_local_frame() method