Searched refs:setValue (Results 1 – 3 of 3) sorted by relevance
/device/google/contexthub/util/common/ |
D | JSONObject.h | 164 void setValue(const char *key, const JSONValue &value); 169 setValue(key, val); in setInt32() 175 setValue(key, val); in setFloat() 181 setValue(key, val); in setString() 187 setValue(key, val); in setBoolean() 193 setValue(key, val); in setObject() 199 setValue(key, val); in setArray()
|
D | JSONObject.cpp | 159 obj->setValue(keyVal.c_str(), val); in Parse() 678 void JSONObject::setValue(const char *key, const JSONValue &value) { in setValue() function in android::JSONObject
|
/device/generic/goldfish-opengl/android-emu/android/base/threads/ |
D | AndroidThreadStore.cpp | 123 void setValue(int key, void* value) { in setValue() function in android::base::guest::__anona7de0f4a0111::GlobalState 219 gGlobalState->setValue(mKey, value); in set()
|