Searched defs:JSON_ASSERT (Results 1 – 9 of 9) sorted by relevance
21 #define JSON_ASSERT(x) {if (!(x)) ++assert_counter; } macro
1 # JSON_ASSERT chapter
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
192 #define JSON_ASSERT(x) assert(x) macro
2542 #define JSON_ASSERT(x) assert(x) macro
2441 #define JSON_ASSERT(x) assert(x) macro