Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1124 StreamString object_stream; in SetErrorWithJSON() local
1125 object.Dump(object_stream); in SetErrorWithJSON()
1126 object_stream.Flush(); in SetErrorWithJSON()
1129 object_stream.GetData()); in SetErrorWithJSON()