Searched defs:RAPIDJSON_ASSERT (Results 1 – 2 of 2) sorted by relevance
92 #define RAPIDJSON_ASSERT(x) if (!(x)) throw AssertException(RAPIDJSON_STRINGIFY(x)) macro
344 #define RAPIDJSON_ASSERT(x) assert(x) macro