Searched refs:JSONCompound (Results 1 – 4 of 4) sorted by relevance
31 struct JSONCompound;79 JSONCompound *mObjectOrArray;83 struct JSONCompound : public RefBase { struct84 static sp<JSONCompound> Parse(const char *data, size_t size);91 virtual ~JSONCompound() {} in ~JSONCompound() argument95 JSONCompound() {} in JSONCompound() argument100 DISALLOW_EVIL_CONSTRUCTORS(JSONCompound);104 struct JSONBase : public JSONCompound {
630 sp<JSONCompound> JSONCompound::Parse(const char *data, size_t size) { in Parse()651 AString JSONCompound::toString(size_t depth, bool indentFirstLine) const { in toString()
59 sp<JSONCompound> json = JSONCompound::Parse(file_data.data(), file_size); in Initialize()
214 sp<JSONCompound> in = JSONCompound::Parse(buf, size); in readSettings()