Searched refs:getObject (Results 1 – 2 of 2) sorted by relevance
58 bool getObject(sp<JSONObject> *value) const;139 bool getObject(KEY key, sp<JSONObject> *obj) const { in getObject() function141 return value.getObject(obj); in getObject()
440 bool JSONValue::getObject(sp<JSONObject> *value) const { in getObject() function in android::JSONValue635 if (value.getObject(&obj)) { in Parse()