Searched refs:JSONBase (Results 1 – 1 of 1) sorted by relevance
104 struct JSONBase : public JSONCompound { struct105 JSONBase() {} in JSONBase() function152 virtual ~JSONBase() {} in ~JSONBase() argument157 DISALLOW_EVIL_CONSTRUCTORS(JSONBase);160 struct JSONObject : public JSONBase<const char *> {214 struct JSONArray : public JSONBase<size_t> {