Lines Matching refs:JSONObject
113 sp<JSONObject> obj = new JSONObject; in Parse()
444 bool JSONValue::getObject(sp<JSONObject> *value) const { in getObject()
449 *value = static_cast<JSONObject *>(mValue.mObjectOrArray); in getObject()
490 void JSONValue::setObject(const sp<JSONObject> &obj) { in setObject()
638 sp<JSONObject> obj; in Parse()
654 val.setObject((JSONObject *)this); in toString()
664 JSONObject::JSONObject() {} in JSONObject() function in android::JSONObject
665 JSONObject::~JSONObject() {} in ~JSONObject()
667 bool JSONObject::isObject() const { in isObject()
671 bool JSONObject::getValue(const char *key, JSONValue *value) const { in getValue()
682 void JSONObject::setValue(const char *key, const JSONValue &value) { in setValue()
686 AString JSONObject::internalToString(size_t depth) const { in internalToString()