Searched refs:JSONValue (Results 1 – 2 of 2) sorted by relevance
34 struct JSONValue { struct46 static ssize_t Parse(const char *data, size_t size, JSONValue *out); argument48 JSONValue();49 JSONValue(const JSONValue &);50 JSONValue &operator=(const JSONValue &); argument51 ~JSONValue();98 friend struct JSONValue; argument108 JSONValue value; \113 bool getFieldType(KEY key, JSONValue::FieldType *type) const { in getFieldType()154 virtual bool getValue(KEY key, JSONValue *value) const = 0;[all …]
51 ssize_t JSONValue::Parse(const char *data, size_t size, JSONValue *out) { in Parse()79 JSONValue val; in Parse()126 JSONValue key; in Parse()149 JSONValue val; in Parse()352 JSONValue::JSONValue() in JSONValue() function in android::JSONValue356 JSONValue::JSONValue(const JSONValue &other) in JSONValue() function in android::JSONValue361 JSONValue &JSONValue::operator=(const JSONValue &other) { in operator =()384 JSONValue::~JSONValue() { in ~JSONValue()388 JSONValue::FieldType JSONValue::type() const { in type()392 bool JSONValue::getInt32(int32_t *value) const { in getInt32()[all …]