HomeSort by relevance Sort by last modified time
    Searched refs:JSON_ASSERT_MESSAGE (Results 1 - 4 of 4) sorted by null

  /external/jsoncpp/include/json/
assertions.h 36 #define JSON_ASSERT_MESSAGE(condition, message) \
  /external/jsoncpp/src/lib_json/
json_value.cpp 97 JSON_ASSERT_MESSAGE(newString != 0,
148 JSON_ASSERT_MESSAGE(
523 JSON_ASSERT_MESSAGE(type_ == stringValue,
556 JSON_ASSERT_MESSAGE(isInt(), "LargestInt out of Int range");
559 JSON_ASSERT_MESSAGE(isInt(), "LargestUInt out of Int range");
562 JSON_ASSERT_MESSAGE(InRange(value_.real_, minInt, maxInt),
578 JSON_ASSERT_MESSAGE(isUInt(), "LargestInt out of UInt range");
581 JSON_ASSERT_MESSAGE(isUInt(), "LargestUInt out of UInt range");
584 JSON_ASSERT_MESSAGE(InRange(value_.real_, 0, maxUInt),
604 JSON_ASSERT_MESSAGE(isInt64(), "LargestUInt out of Int64 range")
    [all...]
  /external/protobuf/conformance/third_party/jsoncpp/
jsoncpp.cpp     [all...]
json.h     [all...]

Completed in 194 milliseconds