Searched refs:JSON_ASSERT (Results 1 – 14 of 14) sorted by relevance
17 #define JSON_ASSERT(condition) \ macro21 #define JSON_ASSERT(condition) assert(condition); macro
23 #define JSON_ASSERT(condition) \ macro40 #define JSON_ASSERT(condition) assert(condition) macro
325 JSON_ASSERT(this->cstr_ && other.cstr_); in operator <()343 JSON_ASSERT(this->cstr_ && other.cstr_); in operator ==()551 JSON_ASSERT(this_str && other_str); in operator <()606 JSON_ASSERT(this_str && other_str); in operator ==()962 JSON_ASSERT(size() == newSize); in resize()1480 JSON_ASSERT(!comment.empty()); in setComment()
1976 # define JSON_ASSERT(condition) \ macro1988 # define JSON_ASSERT(condition) assert(condition) macro
2034 # define JSON_ASSERT(condition) \ macro2046 # define JSON_ASSERT(condition) assert(condition) macro
2613 JSON_ASSERT(text != 0); in setComment()
147 JSON_ASSERT(text != 0); in setComment()
2594 JSON_ASSERT(text != 0); in setComment()