Searched defs: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); argument50 JSONValue &operator=(const JSONValue &); argument74 union {98 friend struct JSONValue; argument
356 JSONValue::JSONValue() in JSONValue() function in android::JSONValue360 JSONValue::JSONValue(const JSONValue &other) in JSONValue() function in android::JSONValue