Home | History | Annotate | Download | only in common

Lines Matching refs:JSONObject

32 struct JSONObject;
58 bool getObject(sp<JSONObject> *value) const;
65 void setObject(const sp<JSONObject> &obj);
139 bool getObject(KEY key, sp<JSONObject> *obj) const {
160 struct JSONObject : public JSONBase<const char *> {
161 JSONObject();
190 void setObject(const char *key, const sp<JSONObject> &obj) {
203 virtual ~JSONObject();
211 DISALLOW_EVIL_CONSTRUCTORS(JSONObject);
245 void addObject(const sp<JSONObject> &obj) {