Searched refs:MT_REPORT_ASSERT_IMPL (Results 1 – 1 of 1) sorted by relevance
30 #define MT_REPORT_ASSERT_IMPL( condition, description, file, line ) MT::Diagnostic::ReportAssert(#c… macro33 #define MT_REPORT_ASSERT( description ) { MT_REPORT_ASSERT_IMPL( "always", description, __FILE__, _…37 #define MT_ASSERT( condition, description ) { if ( !(condition) ) { MT_REPORT_ASSERT_IMPL( #conditi…41 …FY( condition, description, operation ) { if ( !(condition) ) { { MT_REPORT_ASSERT_IMPL( #conditio…