Searched refs:AssertionOf (Results 1 – 2 of 2) sorted by relevance
30 #define AssertionOf(x) {if (!(x)) {std::cerr << "Assertion failed: " << #x << __FILE__ << __LINE__ … macro82 AssertionOf( *pNew <= *pNew->Next() ); in InsertValue()99 AssertionOf( *pSearch2 <= *pNew ); in InsertValue()102 AssertionOf( *pNew <= *pNew->Next() ); in InsertValue()
45 #define AssertionOf(x) \ macro
Completed in 21 milliseconds