Lines Matching refs:object_sp
1085 const StructuredData::ObjectSP &object_sp) { in HandleArrivalOfStructuredData() argument
1089 if (object_sp) in HandleArrivalOfStructuredData()
1090 object_sp->Dump(json_stream); in HandleArrivalOfStructuredData()
1098 if (!object_sp) { in HandleArrivalOfStructuredData()
1124 process.BroadcastStructuredData(object_sp, shared_from_this()); in HandleArrivalOfStructuredData()
1146 const StructuredData::ObjectSP &object_sp, lldb_private::Stream &stream) { in GetDescription() argument
1149 if (!object_sp) { in GetDescription()
1155 const StructuredData::Dictionary *dictionary = object_sp->GetAsDictionary(); in GetDescription()
1159 *object_sp); in GetDescription()
1168 *object_sp); in GetDescription()
1175 object_sp->Dump(stream); in GetDescription()
1185 *object_sp); in GetDescription()
1190 [&stream, &error, &object_sp, this](StructuredData::Object *object) { in GetDescription()
1193 SetErrorWithJSON(error, "Log event entry is null", *object_sp); in GetDescription()
1200 SetErrorWithJSON(error, "Log event is not a dictionary", *object_sp); in GetDescription()