Searched defs:JSONCompound (Results 1 - 1 of 1) sorted by relevance

/device/google/contexthub/util/common/
H A DJSONObject.h31 struct JSONCompound;
79 JSONCompound *mObjectOrArray;
83 struct JSONCompound : public RefBase { struct in namespace:android
84 static sp<JSONCompound> Parse(const char *data, size_t size);
91 virtual ~JSONCompound() {}
95 JSONCompound() {} function in struct:android::JSONCompound
100 DISALLOW_EVIL_CONSTRUCTORS(JSONCompound);
104 struct JSONBase : public JSONCompound {

Completed in 112 milliseconds