Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLog.cpp1144 StreamString object_stream; in SetErrorWithJSON() local
1145 object.Dump(object_stream); in SetErrorWithJSON()
1146 object_stream.Flush(); in SetErrorWithJSON()
1148 error.SetErrorStringWithFormat("%s: %s", message, object_stream.GetData()); in SetErrorWithJSON()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_parser.cpp635 if (const auto object_stream = in RebuildCrossRef() local
637 for (const auto& it : object_stream->objects_offsets()) { in RebuildCrossRef()