Searched refs:getValue (Results 1 – 3 of 3) 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;
667 bool JSONObject::getValue(const char *key, JSONValue *value) const { in getValue() function in android::JSONObject720 bool JSONArray::getValue(size_t key, JSONValue *value) const { in getValue() function in android::JSONArray
109 void* getValue(int key) const { in getValue() function in android::base::guest::__anona7de0f4a0111::GlobalState212 void* ret = gGlobalState->getValue(mKey); in get()