Home
last modified time | relevance | path

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

/external/jsoncpp/include/json/
Dassertions.h17 #define JSON_ASSERT(condition) \ macro
21 #define JSON_ASSERT(condition) assert(condition); macro
/external/protobuf/conformance/third_party/jsoncpp/
Djson.h2034 # define JSON_ASSERT(condition) \ macro
2046 # define JSON_ASSERT(condition) assert(condition) macro
Djsoncpp.cpp2613 JSON_ASSERT(text != 0); in setComment()
/external/jsoncpp/src/lib_json/
Djson_value.cpp147 JSON_ASSERT(text != 0); in setComment()