Home
last modified time | relevance | path

Searched refs: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() function
152 virtual ~JSONBase() {} in ~JSONBase() argument
157 DISALLOW_EVIL_CONSTRUCTORS(JSONBase);
160 struct JSONObject : public JSONBase<const char *> {
214 struct JSONArray : public JSONBase<size_t> {