Lines Matching refs:ObjectSP
20 static StructuredData::ObjectSP ParseJSONValue(json::Value &value);
21 static StructuredData::ObjectSP ParseJSONObject(json::Object *object);
22 static StructuredData::ObjectSP ParseJSONArray(json::Array *array);
24 StructuredData::ObjectSP
34 StructuredData::ObjectSP
36 StructuredData::ObjectSP return_sp; in ParseJSONFromFile()
50 return StructuredData::ObjectSP(); in ParseJSONFromFile()
53 static StructuredData::ObjectSP ParseJSONValue(json::Value &value) { in ParseJSONValue()
72 return StructuredData::ObjectSP(); in ParseJSONValue()
75 static StructuredData::ObjectSP ParseJSONObject(json::Object *object) { in ParseJSONObject()
80 if (StructuredData::ObjectSP value_sp = ParseJSONValue(value)) in ParseJSONObject()
86 static StructuredData::ObjectSP ParseJSONArray(json::Array *array) { in ParseJSONArray()
89 if (StructuredData::ObjectSP value_sp = ParseJSONValue(value)) in ParseJSONArray()
95 StructuredData::ObjectSP
100 ObjectSP value = this->GetAsDictionary()->GetValueForKey(key); in GetObjectForDotSeparatedPath()
110 return ObjectSP(); in GetObjectForDotSeparatedPath()
123 return ObjectSP(); in GetObjectForDotSeparatedPath()