Searched refs:getValue (Results 1 – 2 of 2) sorted by relevance
109 if (!getValue(key, &value)) { \154 virtual bool getValue(KEY key, JSONValue *value) const = 0;205 virtual bool getValue(const char *key, JSONValue *value) const;260 virtual bool getValue(size_t key, JSONValue *value) const;
671 bool JSONObject::getValue(const char *key, JSONValue *value) const { in getValue() function in android::JSONObject724 bool JSONArray::getValue(size_t key, JSONValue *value) const { in getValue() function in android::JSONArray