Home | History | Annotate | Download | only in include

Lines Matching refs:FatalError

191     void        (*FatalError)(JNIEnv*, const char*);
553 void FatalError(const char* msg)
554 { functions->FatalError(this, msg); }