Home
last modified time | relevance | path

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

/device/google/contexthub/util/common/
DJSONObject.h104 struct JSONBase : public JSONCompound { struct
105 JSONBase() {} in JSONBase() argument
113 bool getFieldType(KEY key, JSONValue::FieldType *type) const { in getFieldType()
119 bool getInt32(KEY key, int32_t *out) const { in getInt32()
124 bool getFloat(KEY key, float *out) const { in getFloat()
152 virtual ~JSONBase() {} in ~JSONBase() argument