Home
last modified time | relevance | path

Searched refs:getValue (Results 1 – 3 of 3) 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.cpp667 bool JSONObject::getValue(const char *key, JSONValue *value) const { in getValue() function in android::JSONObject
720 bool JSONArray::getValue(size_t key, JSONValue *value) const { in getValue() function in android::JSONArray
/device/generic/goldfish-opengl/android-emu/android/base/threads/
DAndroidThreadStore.cpp109 void* getValue(int key) const { in getValue() function in android::base::guest::__anona7de0f4a0111::GlobalState
212 void* ret = gGlobalState->getValue(mKey); in get()