Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/scripted_bkpt/
H A DTestScriptedResolver.py68 json_stream = lldb.SBStream()
69 json_stream.Print(json_string)
71 error = extra_args.SetFromJSON(json_stream)
/llvm-project-15.0.7/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1068 StreamString json_stream; in HandleArrivalOfStructuredData() local
1070 object_sp->Dump(json_stream); in HandleArrivalOfStructuredData()
1072 json_stream.PutCString("<null>"); in HandleArrivalOfStructuredData()
1074 __FUNCTION__, json_stream.GetData()); in HandleArrivalOfStructuredData()