Home
last modified time | relevance | path

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

/external/rust/crates/jni/tests/
Djni_api.rs219 pub fn with_local_frame() { in with_local_frame() function
/external/rust/crates/jni/src/wrapper/
Djnienv.rs430 pub fn with_local_frame<F>(&self, capacity: i32, f: F) -> Result<JObject<'a>> in with_local_frame() method