Home
last modified time | relevance | path

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

/AliOS-Things-master/components/jsoncpp/include/json/
A Dassertions.h23 #define JSON_ASSERT(condition) \ macro
40 #define JSON_ASSERT(condition) assert(condition) macro
/AliOS-Things-master/components/jsoncpp/src/lib_json/
A Djson_value.cpp303 JSON_ASSERT(this->cstr_ && other.cstr_); in operator <()
321 JSON_ASSERT(this->cstr_ && other.cstr_); in operator ==()
518 JSON_ASSERT(this_str && other_str); in operator <()
574 JSON_ASSERT(this_str && other_str); in operator ==()
920 JSON_ASSERT(size() == newSize); in resize()
1414 JSON_ASSERT(!comment.empty()); in setComment()
/AliOS-Things-master/components/oss/src/external/json/
A Djson.h2192 # define JSON_ASSERT(condition) \ macro
2204 # define JSON_ASSERT(condition) assert(condition) macro
A Djsoncpp.cpp2742 JSON_ASSERT(text != 0); in setComment()
2821 JSON_ASSERT(this->cstr_ && other.cstr_); in operator <()
2835 JSON_ASSERT(this->cstr_ && other.cstr_); in operator ==()
3098 JSON_ASSERT(this_str && other_str); in operator <()
3154 JSON_ASSERT(this_str && other_str); in operator ==()
3501 JSON_ASSERT(size() == newSize); in resize()

Completed in 20 milliseconds