Home
last modified time | relevance | path

Searched defs:JSONObject (Results 1 – 4 of 4) sorted by relevance

/device/google/contexthub/util/common/
DJSONObject.h160 struct JSONObject : public JSONBase<const char *> { struct
166 void setInt32(const char *key, int32_t in) { in setInt32()
190 void setObject(const char *key, const sp<JSONObject> &obj) { in setObject() argument
203 virtual ~JSONObject(); argument
DJSONObject.cpp660 JSONObject::JSONObject() {} in JSONObject() function in android::JSONObject
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/
Ddecoder.py149 def JSONObject(s_and_end, encoding, strict, scan_once, object_hook, function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/
Ddecoder.py150 def JSONObject(s_and_end, encoding, strict, scan_once, object_hook, function