Searched defs:description (Results 1 – 4 of 4) sorted by relevance
| /TaskScheduler/Scheduler/Include/ |
| H A D | MTDebug.h | 30 #define MT_REPORT_ASSERT_IMPL( condition, description, file, line ) MT::Diagnostic::ReportAssert(#c… argument 33 #define MT_REPORT_ASSERT( description ) { MT_REPORT_ASSERT_IMPL( "always", description, __FILE__, _… argument 37 #define MT_ASSERT( condition, description ) { if ( !(condition) ) { MT_REPORT_ASSERT_IMPL( #conditi… argument 41 #define MT_VERIFY( condition, description, operation ) { if ( !(condition) ) { { MT_REPORT_ASSERT_I… argument 47 #define MT_REPORT_ASSERT( description ) argument 51 #define MT_ASSERT( condition, description ) argument 55 #define MT_VERIFY( condition, description, operation ) { if ( !(condition) ) { operation; } } argument
|
| /TaskScheduler/ThirdParty/UnitTest++/UnitTest++/ |
| H A D | ReportAssert.cpp | 23 UNITTEST_LINKAGE void ReportAssert(char const* description, char const* filename, int lineNumber) in ReportAssert() 41 char const* description, in ReportAssertEx()
|
| /TaskScheduler/Scheduler/Source/ |
| H A D | MTDefaultAppInterop.cpp | 178 …void Diagnostic::ReportAssert(const char* condition, const char* description, const char* sourceFi… in ReportAssert()
|
| /TaskScheduler/ThirdParty/UnitTest++/tests/ |
| H A D | TestAssertHandler.cpp | 66 const char* description = "description"; in TEST() local
|