Searched refs:JSON_ASSERT (Results 1 – 2 of 2) sorted by relevance
2034 # define JSON_ASSERT(condition) \ macro2046 # define JSON_ASSERT(condition) assert(condition) macro
2613 JSON_ASSERT(text != 0); in setComment()