Searched refs:exception_check (Results 1 – 11 of 11) sorted by relevance
68 insert.exception_check(x, strong); in insert_exception_test_impl()110 template <typename T> void exception_check(T& x, test::strong<T>& strong) in exception_check() function313 template <typename T> void exception_check(T& x, test::strong<T>& strong) in exception_check() function
211 if !env.exception_check().unwrap() { in Java_com_google_security_cryptauth_lib_securegcm_ukey2_D2DHandshakeContext_parse_1handshake_1message()241 if !env.exception_check().unwrap() { in Java_com_google_security_cryptauth_lib_securegcm_ukey2_D2DHandshakeContext_parse_1handshake_1message()272 if !env.exception_check().unwrap() { in Java_com_google_security_cryptauth_lib_securegcm_ukey2_D2DHandshakeContext_get_1verification_1string()
497 bool exception_check = env_->ExceptionCheck(); in CallMethod() local499 if (!exception_check) { in CallMethod()504 } else if (exception_check) { in CallMethod()
72 let exception_occurred = env.exception_check().unwrap_or_else(|e| panic!("{:?}", e)); in print_exception()
300 b.iter(|| env.exception_check().unwrap()); in jni_check_exception()
309 b.iter(|| env.exception_check().unwrap()); in jni_check_exception()
931 assert!(env.exception_check().unwrap()); in assert_pending_java_exception_detailed()
1164 assert!(env.exception_check().unwrap()); in assert_pending_java_exception_detailed()
308 pub fn exception_check(&self) -> Result<bool> { in exception_check() method
526 pub fn exception_check(&self) -> Result<bool> { in exception_check() method