Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1118 StreamString object_stream; in SetErrorWithJSON() local
1119 object.Dump(object_stream); in SetErrorWithJSON()
1120 object_stream.Flush(); in SetErrorWithJSON()
1122 error.SetErrorStringWithFormat("%s: %s", message, object_stream.GetData()); in SetErrorWithJSON()