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.cpp51 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::JSONValue
356 JSONValue::JSONValue(const JSONValue &other) in JSONValue() function in android::JSONValue
361 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 …]