Searched defs:JThrowable (Results 1 – 5 of 5) sorted by relevance
9 pub struct JThrowable<'local>(JObject<'local>); struct11 impl<'local> AsRef<JThrowable<'local>> for JThrowable<'local> { implementation17 impl<'local> AsRef<JObject<'local>> for JThrowable<'local> { implementation23 impl<'local> ::std::ops::Deref for JThrowable<'local> { implementation37 impl<'local> From<JObject<'local>> for JThrowable<'local> { implementation43 impl<'local, 'obj_ref> From<&'obj_ref JObject<'local>> for &'obj_ref JThrowable<'local> { implementation46 unsafe { &*(other as *const JObject<'local> as *const JThrowable<'local>) } in from() constant50 impl<'local> std::default::Default for JThrowable<'local> { implementation56 impl<'local> JThrowable<'local> { implementation
10 pub struct JThrowable<'a>(JObject<'a>); struct12 impl<'a> ::std::ops::Deref for JThrowable<'a> { implementation26 impl<'a> From<JObject<'a>> for JThrowable<'a> { implementation32 impl<'a> std::default::Default for JThrowable<'a> { implementation38 impl<'a> JThrowable<'a> { impl
50 class JThrowable; variable
945 fn assert_exception_type(env: &JNIEnv, exception: JThrowable, expected_type: &str) { in assert_exception_type()950 fn assert_exception_message(env: &JNIEnv, exception: JThrowable, expected_message: &str) { in assert_exception_message()
1178 fn assert_exception_type(env: &mut JNIEnv, exception: &JThrowable, expected_type: &str) { in assert_exception_type()1183 fn assert_exception_message(env: &mut JNIEnv, exception: &JThrowable, expected_message: &str) { in assert_exception_message()