Home
last modified time | relevance | path

Searched refs:JSONValue (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/util/common/
DJSONObject.h34 struct JSONValue { struct
46 static ssize_t Parse(const char *data, size_t size, JSONValue *out); argument
48 JSONValue();
49 JSONValue(const JSONValue &);
50 JSONValue &operator=(const JSONValue &); argument
51 ~JSONValue();
98 friend struct JSONValue; argument
108 JSONValue value; \
113 bool getFieldType(KEY key, JSONValue::FieldType *type) const { in getFieldType()
154 virtual bool getValue(KEY key, JSONValue *value) const = 0;
[all …]
DJSONObject.cpp55 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::JSONValue
360 JSONValue::JSONValue(const JSONValue &other) in JSONValue() function in android::JSONValue
365 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 …]