Searched refs:JSON_ASSERT_MESSAGE (Results 1 – 6 of 6) sorted by relevance
/external/jsoncpp/src/lib_json/ |
D | json_value.cpp | 97 JSON_ASSERT_MESSAGE(newString != 0, in duplicateStringValue() 148 JSON_ASSERT_MESSAGE( in setComment() 523 JSON_ASSERT_MESSAGE(type_ == stringValue, in asCString() 556 JSON_ASSERT_MESSAGE(isInt(), "LargestInt out of Int range"); in asInt() 559 JSON_ASSERT_MESSAGE(isInt(), "LargestUInt out of Int range"); in asInt() 562 JSON_ASSERT_MESSAGE(InRange(value_.real_, minInt, maxInt), in asInt() 578 JSON_ASSERT_MESSAGE(isUInt(), "LargestInt out of UInt range"); in asUInt() 581 JSON_ASSERT_MESSAGE(isUInt(), "LargestUInt out of UInt range"); in asUInt() 584 JSON_ASSERT_MESSAGE(InRange(value_.real_, 0, maxUInt), in asUInt() 604 JSON_ASSERT_MESSAGE(isInt64(), "LargestUInt out of Int64 range"); in asInt64() [all …]
|
D | json_internalarray.inl | 44 JSON_ASSERT_MESSAGE(newIndexes, "Couldn't realloc."); 98 JSON_ASSERT_MESSAGE(newIndexes, "Couldn't realloc."); 147 JSON_ASSERT_MESSAGE( 160 JSON_ASSERT_MESSAGE( 177 JSON_ASSERT_MESSAGE( 208 JSON_ASSERT_MESSAGE(pageCount_ >= minNewPages, 289 JSON_ASSERT_MESSAGE(pageCount_ >= minNewPages,
|
D | json_internalmap.inl | 329 JSON_ASSERT_MESSAGE(bucketsSize_ > 0, 405 JSON_ASSERT_MESSAGE( 416 JSON_ASSERT_MESSAGE(iterator.map_, 420 JSON_ASSERT_MESSAGE( 433 JSON_ASSERT_MESSAGE(iterator.map_, 436 JSON_ASSERT_MESSAGE(iterator.bucketIndex_ > 0, 446 JSON_ASSERT_MESSAGE(iterator.link_, 453 JSON_ASSERT_MESSAGE(iterator.link_, 460 JSON_ASSERT_MESSAGE(iterator.link_,
|
/external/jsoncpp/include/json/ |
D | assertions.h | 36 #define JSON_ASSERT_MESSAGE(condition, message) \ macro
|
/external/protobuf/conformance/third_party/jsoncpp/ |
D | jsoncpp.cpp | 2522 JSON_ASSERT_MESSAGE(length <= (unsigned)Value::maxInt - sizeof(unsigned) - 1U, in duplicateAndPrefixStringValue() 2614 JSON_ASSERT_MESSAGE( in setComment() 3010 JSON_ASSERT_MESSAGE(type_ == stringValue, in asCString() 3066 JSON_ASSERT_MESSAGE(isInt(), "LargestInt out of Int range"); in asInt() 3069 JSON_ASSERT_MESSAGE(isInt(), "LargestUInt out of Int range"); in asInt() 3072 JSON_ASSERT_MESSAGE(InRange(value_.real_, minInt, maxInt), in asInt() 3088 JSON_ASSERT_MESSAGE(isUInt(), "LargestInt out of UInt range"); in asUInt() 3091 JSON_ASSERT_MESSAGE(isUInt(), "LargestUInt out of UInt range"); in asUInt() 3094 JSON_ASSERT_MESSAGE(InRange(value_.real_, 0, maxUInt), in asUInt() 3114 JSON_ASSERT_MESSAGE(isInt64(), "LargestUInt out of Int64 range"); in asInt64() [all …]
|
D | json.h | 2060 #define JSON_ASSERT_MESSAGE(condition, message) \ macro
|