reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
 1154     error.SetErrorString("No structured data.");
 1155     return error;
 1161     SetErrorWithJSON(error, "Structured data should have been a dictionary "
 1164     return error;
 1170     SetErrorWithJSON(error, "Structured data doesn't contain mandatory "
 1173     return error;
 1180     return error;
 1187     SetErrorWithJSON(error, "Log structured data is missing mandatory "
 1190     return error;
 1194       [&stream, &error, &object_sp, this](StructuredData::Object *object) {
 1197           SetErrorWithJSON(error, "Log event entry is null", *object_sp);
 1204           SetErrorWithJSON(error, "Log event is not a dictionary", *object_sp);
 1223   return error;