Searched refs:ReportError (Results 1 – 1 of 1) sorted by relevance
29 void ReportError( const char* filename, int line, const char* expression, const char * message ) { in ReportError() function49 #define ASSERT_CUSTOM(p,message,file,line) ((p)?(void)0:utils::ReportError(file,line,#p,message))