Home
last modified time | relevance | path

Searched refs:getValue (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/util/common/
DJSONObject.h109 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;
DJSONObject.cpp671 bool JSONObject::getValue(const char *key, JSONValue *value) const { in getValue() function in android::JSONObject
724 bool JSONArray::getValue(size_t key, JSONValue *value) const { in getValue() function in android::JSONArray