Lines Matching defs:object_sp
1070 const StructuredData::ObjectSP &object_sp) {
1074 if (object_sp)
1075 object_sp->Dump(json_stream);
1083 if (!object_sp) {
1107 process.BroadcastStructuredData(object_sp, shared_from_this());
1130 const StructuredData::ObjectSP &object_sp, lldb_private::Stream &stream) {
1133 if (!object_sp) {
1139 const StructuredData::Dictionary *dictionary = object_sp->GetAsDictionary();
1143 *object_sp);
1152 *object_sp);
1159 object_sp->Dump(stream);
1169 *object_sp);
1174 [&stream, &error, &object_sp, this](StructuredData::Object *object) {
1177 SetErrorWithJSON(error, "Log event entry is null", *object_sp);
1184 SetErrorWithJSON(error, "Log event is not a dictionary", *object_sp);