Searched defs:JSONBase (Results 1 – 1 of 1) sorted by relevance
104 struct JSONBase : public JSONCompound { struct105 JSONBase() {} in JSONBase() function113 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