Home
last modified time | relevance | path

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

/trunk/main/xml2cmp/source/support/
H A Dheap.cxx30 #define AssertionOf(x) {if (!(x)) {std::cerr << "Assertion failed: " << #x << __FILE__ << __LINE__ … macro
82 AssertionOf( *pNew <= *pNew->Next() ); in InsertValue()
99 AssertionOf( *pSearch2 <= *pNew ); in InsertValue()
102 AssertionOf( *pNew <= *pNew->Next() ); in InsertValue()
/trunk/main/xml2cmp/source/xcd/
H A Dparse.cxx45 #define AssertionOf(x) \ macro

Completed in 25 milliseconds