Home
last modified time | relevance | path

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

/AliOS-Things-master/components/jsoncpp/include/json/
A Dassertions.h30 #define JSON_FAIL_MESSAGE(message) \ macro
44 #define JSON_FAIL_MESSAGE(message) \ macro
57 JSON_FAIL_MESSAGE(message); \
/AliOS-Things-master/components/jsoncpp/src/lib_json/
A Djson_value.cpp650 JSON_FAIL_MESSAGE("Type is not convertible to string"); in asString()
673 JSON_FAIL_MESSAGE("Value is not convertible to Int."); in asInt()
695 JSON_FAIL_MESSAGE("Value is not convertible to UInt."); in asUInt()
718 JSON_FAIL_MESSAGE("Value is not convertible to Int64."); in asInt64()
739 JSON_FAIL_MESSAGE("Value is not convertible to UInt64."); in asUInt64()
778 JSON_FAIL_MESSAGE("Value is not convertible to double."); in asDouble()
801 JSON_FAIL_MESSAGE("Value is not convertible to float."); in asFloat()
822 JSON_FAIL_MESSAGE("Value is not convertible to bool."); in asBool()
/AliOS-Things-master/components/oss/src/external/json/
A Djson.h2195 # define JSON_FAIL_MESSAGE(message) \ macro
2208 # define JSON_FAIL_MESSAGE(message) \ macro
2220 JSON_FAIL_MESSAGE(message); \
A Djsoncpp.cpp2713 JSON_FAIL_MESSAGE(msg);
2717 JSON_FAIL_MESSAGE(msg);
3222 JSON_FAIL_MESSAGE("Type is not convertible to string"); in asString()
3255 JSON_FAIL_MESSAGE("Value is not convertible to Int."); in asInt()
3277 JSON_FAIL_MESSAGE("Value is not convertible to UInt."); in asUInt()
3300 JSON_FAIL_MESSAGE("Value is not convertible to Int64."); in asInt64()
3321 JSON_FAIL_MESSAGE("Value is not convertible to UInt64."); in asUInt64()
3360 JSON_FAIL_MESSAGE("Value is not convertible to double."); in asDouble()
3383 JSON_FAIL_MESSAGE("Value is not convertible to float."); in asFloat()
3402 JSON_FAIL_MESSAGE("Value is not convertible to bool."); in asBool()

Completed in 52 milliseconds