Lines Matching defs:const
392 bool JSONValue::getInt32(int32_t *value) const { in getInt32()
401 bool JSONValue::getFloat(float *value) const { in getFloat()
422 bool JSONValue::getString(AString *value) const { in getString()
431 bool JSONValue::getBoolean(bool *value) const { in getBoolean()
440 bool JSONValue::getObject(sp<JSONObject> *value) const { in getObject()
449 bool JSONValue::getArray(sp<JSONArray> *value) const { in getArray()
559 AString JSONValue::toString(size_t depth, bool indentFirstLine) const { in toString()
647 AString JSONCompound::toString(size_t depth, bool indentFirstLine) const { in toString()
667 bool JSONObject::getValue(const char *key, JSONValue *value) const { in getValue()
682 AString JSONObject::internalToString(size_t depth) const { in internalToString()
720 bool JSONArray::getValue(size_t key, JSONValue *value) const { in getValue()
734 AString JSONArray::internalToString(size_t depth) const { in internalToString()