Home
last modified time | relevance | path

Searched refs:SetErrorWithJSON (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1181 static void SetErrorWithJSON(Status &error, const char *message, in SetErrorWithJSON() function
1207 SetErrorWithJSON(error, "Structured data should have been a dictionary " in GetDescription()
1216 SetErrorWithJSON(error, "Structured data doesn't contain mandatory " in GetDescription()
1233 SetErrorWithJSON(error, "Log structured data is missing mandatory " in GetDescription()
1243 SetErrorWithJSON(error, "Log event entry is null", *object_sp); in GetDescription()
1250 SetErrorWithJSON(error, "Log event is not a dictionary", *object_sp); in GetDescription()