Lines Matching refs:object_sp
1067 const StructuredData::ObjectSP &object_sp) { in HandleArrivalOfStructuredData() argument
1071 if (object_sp) in HandleArrivalOfStructuredData()
1072 object_sp->Dump(json_stream); in HandleArrivalOfStructuredData()
1080 if (!object_sp) { in HandleArrivalOfStructuredData()
1104 process.BroadcastStructuredData(object_sp, shared_from_this()); in HandleArrivalOfStructuredData()
1126 const StructuredData::ObjectSP &object_sp, lldb_private::Stream &stream) { in GetDescription() argument
1129 if (!object_sp) { in GetDescription()
1135 const StructuredData::Dictionary *dictionary = object_sp->GetAsDictionary(); in GetDescription()
1139 *object_sp); in GetDescription()
1148 *object_sp); in GetDescription()
1155 object_sp->Dump(stream); in GetDescription()
1165 *object_sp); in GetDescription()
1170 [&stream, &error, &object_sp, this](StructuredData::Object *object) { in GetDescription()
1173 SetErrorWithJSON(error, "Log event entry is null", *object_sp); in GetDescription()
1180 SetErrorWithJSON(error, "Log event is not a dictionary", *object_sp); in GetDescription()