Searched refs:PerformAssertion (Results 1 – 2 of 2) sorted by relevance
91 void PerformAssertion(101 #define csv_assert(x) ( (x) ? (void)(0) : ::csv::PerformAssertion( #x, __FILE__, __LINE__) )
63 PerformAssertion(const char * condition, const char * file, unsigned line) in PerformAssertion() function
Completed in 9 milliseconds