Searched defs:JNIString (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/jni/src/wrapper/strings/ |
D | ffi_str.rs | 15 pub struct JNIString { struct 25 impl ::std::ops::Deref for JNIString { implementation 41 impl<T> From<T> for JNIString implementation 72 impl JNIString { implementation 93 impl Borrow<JNIStr> for JNIString { implementation 102 fn to_owned(&self) -> JNIString { in to_owned()
|
/external/rust/crates/jni/src/wrapper/ |
D | jnienv.rs | 105 pub fn define_class<S>(&self, name: S, loader: JObject<'a>, buf: &[u8]) -> Result<JClass<'a>> in define_class() 115 pub fn define_unnamed_class<S>(&self, loader: JObject<'a>, buf: &[u8]) -> Result<JClass<'a>> in define_unnamed_class() 145 pub fn find_class<S>(&self, name: S) -> Result<JClass<'a>> in find_class() 251 S: Into<JNIString>, in throw_new() 470 U: Into<JNIString>, in get_method_id_base() 471 V: Into<JNIString>, in get_method_id_base() 472 C: for<'d> Fn(&JClass<'d>, &JNIString, &JNIString) -> Result<R>, in get_method_id_base() 504 U: Into<JNIString>, in get_method_id() 505 V: Into<JNIString>, in get_method_id() 534 U: Into<JNIString>, in get_static_method_id() [all …]
|
/external/rust/crates/jni/src/wrapper/descriptors/ |
D | exception_desc.rs | 43 impl<'a, 'b> Desc<'a, JThrowable<'a>> for JNIString { implementation
|