Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/
Djnienv.rs579 pub fn alloc_object<'c, T>(&self, class: T) -> Result<JObject<'a>> in alloc_object() method
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/
Djnienv.rs898 pub fn alloc_object<'other_local, T>(&mut self, class: T) -> Result<JObject<'local>> in alloc_object() method