HomeSort by relevance Sort by last modified time
    Searched refs:JSONCompound (Results 1 - 4 of 4) sorted by null

  /device/google/contexthub/util/common/
JSONObject.h 31 struct JSONCompound;
79 JSONCompound *mObjectOrArray;
83 struct JSONCompound : public RefBase {
84 static sp<JSONCompound> Parse(const char *data, size_t size);
91 virtual ~JSONCompound() {}
95 JSONCompound() {}
100 DISALLOW_EVIL_CONSTRUCTORS(JSONCompound);
104 struct JSONBase : public JSONCompound {
JSONObject.cpp 630 sp<JSONCompound> JSONCompound::Parse(const char *data, size_t size) {
651 AString JSONCompound::toString(size_t depth, bool indentFirstLine) const {
  /device/google/contexthub/util/nanotool/
calibrationfile.cpp 59 sp<JSONCompound> json = JSONCompound::Parse(file_data.data(), file_size);
  /device/google/contexthub/sensorhal/
hubconnection.cpp 387 sp<JSONCompound> in = JSONCompound::Parse(buf, size);
    [all...]

Completed in 1780 milliseconds