Home
last modified time | relevance | path

Searched defs:JSON_ASSERT (Results 1 – 1 of 1) sorted by relevance

/external/jsoncpp/include/json/
Dassertions.h17 #define JSON_ASSERT(condition) \ macro
21 #define JSON_ASSERT(condition) assert(condition); macro