Home | History | Annotate | Download | only in include

Lines Matching refs:FatalError

176     void        (*FatalError)(JNIEnv*, const char*);
538 void FatalError(const char* msg)
539 { functions->FatalError(this, msg); }