Home
last modified time | relevance | path

Searched refs:JSON_ASSERT_MESSAGE (Results 1 – 12 of 12) sorted by relevance

/external/jsoncpp/src/lib_json/
Djson_value.cpp97 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 …]
Djson_internalarray.inl44 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,
Djson_internalmap.inl329 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/
Dassertions.h36 #define JSON_ASSERT_MESSAGE(condition, message) \ macro
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp2486 JSON_ASSERT_MESSAGE(length <= (unsigned)Value::maxInt - sizeof(unsigned) - 1U, in duplicateAndPrefixStringValue()
2595 JSON_ASSERT_MESSAGE( in setComment()
2978 JSON_ASSERT_MESSAGE(type_ == stringValue, in asCString()
3034 JSON_ASSERT_MESSAGE(isInt(), "LargestInt out of Int range"); in asInt()
3037 JSON_ASSERT_MESSAGE(isInt(), "LargestUInt out of Int range"); in asInt()
3040 JSON_ASSERT_MESSAGE(InRange(value_.real_, minInt, maxInt), in asInt()
3056 JSON_ASSERT_MESSAGE(isUInt(), "LargestInt out of UInt range"); in asUInt()
3059 JSON_ASSERT_MESSAGE(isUInt(), "LargestUInt out of UInt range"); in asUInt()
3062 JSON_ASSERT_MESSAGE(InRange(value_.real_, 0, maxUInt), in asUInt()
3082 JSON_ASSERT_MESSAGE(isInt64(), "LargestUInt out of Int64 range"); in asInt64()
[all …]
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp2486 JSON_ASSERT_MESSAGE(length <= (unsigned)Value::maxInt - sizeof(unsigned) - 1U, in duplicateAndPrefixStringValue()
2595 JSON_ASSERT_MESSAGE( in setComment()
2978 JSON_ASSERT_MESSAGE(type_ == stringValue, in asCString()
3034 JSON_ASSERT_MESSAGE(isInt(), "LargestInt out of Int range"); in asInt()
3037 JSON_ASSERT_MESSAGE(isInt(), "LargestUInt out of Int range"); in asInt()
3040 JSON_ASSERT_MESSAGE(InRange(value_.real_, minInt, maxInt), in asInt()
3056 JSON_ASSERT_MESSAGE(isUInt(), "LargestInt out of UInt range"); in asUInt()
3059 JSON_ASSERT_MESSAGE(isUInt(), "LargestUInt out of UInt range"); in asUInt()
3062 JSON_ASSERT_MESSAGE(InRange(value_.real_, 0, maxUInt), in asUInt()
3082 JSON_ASSERT_MESSAGE(isInt64(), "LargestUInt out of Int64 range"); in asInt64()
[all …]
/external/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp2522 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 …]
Djson.h2060 #define JSON_ASSERT_MESSAGE(condition, message) \ macro
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp2486 JSON_ASSERT_MESSAGE(length <= (unsigned)Value::maxInt - sizeof(unsigned) - 1U, in duplicateAndPrefixStringValue()
2595 JSON_ASSERT_MESSAGE( in setComment()
2978 JSON_ASSERT_MESSAGE(type_ == stringValue, in asCString()
3034 JSON_ASSERT_MESSAGE(isInt(), "LargestInt out of Int range"); in asInt()
3037 JSON_ASSERT_MESSAGE(isInt(), "LargestUInt out of Int range"); in asInt()
3040 JSON_ASSERT_MESSAGE(InRange(value_.real_, minInt, maxInt), in asInt()
3056 JSON_ASSERT_MESSAGE(isUInt(), "LargestInt out of UInt range"); in asUInt()
3059 JSON_ASSERT_MESSAGE(isUInt(), "LargestUInt out of UInt range"); in asUInt()
3062 JSON_ASSERT_MESSAGE(InRange(value_.real_, 0, maxUInt), in asUInt()
3082 JSON_ASSERT_MESSAGE(isInt64(), "LargestUInt out of Int64 range"); in asInt64()
[all …]
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h2002 #define JSON_ASSERT_MESSAGE(condition, message) \ macro
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h2002 #define JSON_ASSERT_MESSAGE(condition, message) \ macro
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h2002 #define JSON_ASSERT_MESSAGE(condition, message) \ macro