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 …]
55 ssize_t JSONValue::Parse(const char *data, size_t size, JSONValue *out) { in Parse()83 JSONValue val; in Parse()130 JSONValue key; in Parse()153 JSONValue val; in Parse()356 JSONValue::JSONValue() in JSONValue() function in android::JSONValue360 JSONValue::JSONValue(const JSONValue &other) in JSONValue() function in android::JSONValue365 JSONValue &JSONValue::operator=(const JSONValue &other) { in operator =()388 JSONValue::~JSONValue() { in ~JSONValue()392 JSONValue::FieldType JSONValue::type() const { in type()396 bool JSONValue::getInt32(int32_t *value) const { in getInt32()[all …]