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