Searched refs:Diagnostic (Results 1 – 3 of 3) sorted by relevance
30 #define MT_REPORT_ASSERT_IMPL( condition, description, file, line ) MT::Diagnostic::ReportAssert(#c…
86 struct Diagnostic struct
178 …void Diagnostic::ReportAssert(const char* condition, const char* description, const char* sourceFi… in ReportAssert()