Home
last modified time | relevance | path

Searched defs:throw_new (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_java_ffi/src/class/
Ddeserialization_exception.rs37 pub fn throw_new(env: &mut JNIEnv<'local>) -> jni::errors::Result<()> { in throw_new() method
64 pub fn throw_new(env: &mut JNIEnv<'local>) -> jni::errors::Result<()> { in throw_new() method
Downed_handle.rs35 pub fn throw_new(env: &mut JNIEnv<'local>) -> jni::errors::Result<()> { in throw_new() method
Dhandle.rs35 pub fn throw_new(env: &mut JNIEnv<'local>) -> jni::errors::Result<()> { in throw_new() method
Dcredential_slab.rs46 pub fn throw_new(env: &mut JNIEnv<'local>) -> jni::errors::Result<()> { in throw_new() method
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/tests/
Djni_api.rs848 pub fn throw_new() { in throw_new() function
/aosp_15_r20/external/rust/android-crates-io/crates/jni/tests/
Djni_api.rs1055 pub fn throw_new() { in throw_new() function
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/
Djnienv.rs256 pub fn throw_new<'c, S, T>(&self, class: T, msg: S) -> Result<()> in throw_new() method
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/
Djnienv.rs465 pub fn throw_new<'other_local, S, T>(&mut self, class: T, msg: S) -> Result<()> in throw_new() method