Lines Matching refs:JSONObject
109 sp<JSONObject> obj = new JSONObject; in Parse()
440 bool JSONValue::getObject(sp<JSONObject> *value) const { in getObject()
445 *value = static_cast<JSONObject *>(mValue.mObjectOrArray); in getObject()
486 void JSONValue::setObject(const sp<JSONObject> &obj) { in setObject()
634 sp<JSONObject> obj; in Parse()
650 val.setObject((JSONObject *)this); in toString()
660 JSONObject::JSONObject() {} in JSONObject() function in android::JSONObject
661 JSONObject::~JSONObject() {} in ~JSONObject()
663 bool JSONObject::isObject() const { in isObject()
667 bool JSONObject::getValue(const char *key, JSONValue *value) const { in getValue()
678 void JSONObject::setValue(const char *key, const JSONValue &value) { in setValue()
682 AString JSONObject::internalToString(size_t depth) const { in internalToString()