Home
last modified time | relevance | path

Searched defs:JNIString (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/strings/
Dffi_str.rs15 pub struct JNIString { struct
25 impl ::std::ops::Deref for JNIString { argument
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()
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/strings/
Dffi_str.rs15 pub struct JNIString { struct
25 impl ::std::ops::Deref for JNIString { argument
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()
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/
Djnienv.rs106 pub fn define_class<S>(&self, name: S, loader: JObject<'a>, buf: &[u8]) -> Result<JClass<'a>> in define_class()
116 pub fn define_unnamed_class<S>(&self, loader: JObject<'a>, buf: &[u8]) -> Result<JClass<'a>> in define_unnamed_class()
146 pub fn find_class<S>(&self, name: S) -> Result<JClass<'a>> in find_class()
258 S: Into<JNIString>, in throw_new()
599 U: Into<JNIString>, in get_method_id_base()
600 V: Into<JNIString>, in get_method_id_base()
601 C: for<'d> Fn(&JClass<'d>, &JNIString, &JNIString) -> Result<R>, in get_method_id_base()
633 U: Into<JNIString>, in get_method_id()
634 V: Into<JNIString>, in get_method_id()
664 U: Into<JNIString>, in get_static_method_id()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/
Djnienv.rs252 ) -> Result<JClass<'local>> in define_class()
291 ) -> Result<JClass<'local>> in define_class_bytearray()
318 pub fn find_class<S>(&mut self, name: S) -> Result<JClass<'local>> in find_class()
467 S: Into<JNIString>, in throw_new()
922 U: Into<JNIString>, in get_method_id_base()
923 V: Into<JNIString>, in get_method_id_base()
927 &JNIString, in get_method_id_base()
971 U: Into<JNIString>, in get_method_id()
972 V: Into<JNIString>, in get_method_id()
1007 U: Into<JNIString>, in get_static_method_id()
[all …]
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/descriptors/
Dexception_desc.rs43 impl<'a> Desc<'a, JThrowable<'a>> for JNIString { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/descriptors/
Dexception_desc.rs51 unsafe impl<'local> Desc<'local, JThrowable<'local>> for JNIString { implementation