Home | History | Annotate | Download | only in include

Lines Matching defs:FatalError

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