Home
last modified time | relevance | path

Searched defs: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
50 JSONValue &operator=(const JSONValue &); argument
74 union {
98 friend struct JSONValue; argument
DJSONObject.cpp352 JSONValue::JSONValue() in JSONValue() function in android::JSONValue
356 JSONValue::JSONValue(const JSONValue &other) in JSONValue() function in android::JSONValue