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 bool StructuredData::IsRecordType(const ObjectSP object_sp) { in IsRecordType()
58 static StructuredData::ObjectSP ParseJSONValue(json::Value &value) { in ParseJSONValue()
80 return StructuredData::ObjectSP(); in ParseJSONValue()
83 static StructuredData::ObjectSP ParseJSONObject(json::Object *object) { in ParseJSONObject()
88 if (StructuredData::ObjectSP value_sp = ParseJSONValue(value)) in ParseJSONObject()
94 static StructuredData::ObjectSP ParseJSONArray(json::Array *array) { in ParseJSONArray()
97 if (StructuredData::ObjectSP value_sp = ParseJSONValue(value)) in ParseJSONArray()
103 StructuredData::ObjectSP
108 ObjectSP value = this->GetAsDictionary()->GetValueForKey(key); in GetObjectForDotSeparatedPath()
118 return ObjectSP(); in GetObjectForDotSeparatedPath()
131 return ObjectSP(); in GetObjectForDotSeparatedPath()