Searched defs:is_error (Results 1 – 6 of 6) sorted by relevance
34 fn is_error(&self) -> bool; in is_error() method
164 fn is_error(&self) -> bool { in is_error() method
162 fn is_error(&self) -> bool { in is_error() method
269 fn is_error(&self) -> bool { in is_error() method
76 __u8 is_error; member
603 bool is_error = env->IsInstanceOf(cause.get(), WellKnownClasses::java_lang_Error); in WrapExceptionInInitializer() local