Home
last modified time | relevance | path

Searched refs:sourceLine (Results 1 – 2 of 2) sorted by relevance

/TaskScheduler/Scheduler/Include/
H A DMTAppInterop.h88 …portAssert(const char* condition, const char* description, const char* sourceFile, int sourceLine);
/TaskScheduler/Scheduler/Source/
H A DMTDefaultAppInterop.cpp178 …eportAssert(const char* condition, const char* description, const char* sourceFile, int sourceLine) in ReportAssert() argument
180 …on failed : %s. File %s, line %d. Condition %s\n", description, sourceFile, sourceLine, condition); in ReportAssert()