Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_command/
DTestBreakpointCommandsFromPython.py104 extra_args.SetFromJSON(stream)
110 extra_args.SetFromJSON(stream)
166 extra_args.SetFromJSON(stream)
/external/llvm-project/lldb/source/API/
DSBStructuredData.cpp60 lldb::SBError SBStructuredData::SetFromJSON(lldb::SBStream &stream) { in SetFromJSON() function in SBStructuredData
61 LLDB_RECORD_METHOD(lldb::SBError, SBStructuredData, SetFromJSON, in SetFromJSON()
217 LLDB_REGISTER_METHOD(lldb::SBError, SBStructuredData, SetFromJSON, in RegisterMethods()
/external/llvm-project/lldb/bindings/interface/
DSBStructuredData.i61 SetFromJSON(lldb::SBStream &stream);
/external/llvm-project/lldb/include/lldb/API/
DSBStructuredData.h35 lldb::SBError SetFromJSON(lldb::SBStream &stream);
/external/llvm-project/lldb/test/API/functionalities/step_scripted/
DTestStepScripted.py97 error = args_data.SetFromJSON(data)
/external/llvm-project/lldb/test/API/python_api/sbstructureddata/
DTestStructuredDataAPI.py31 error = example.SetFromJSON(s)
/external/llvm-project/lldb/test/API/functionalities/breakpoint/scripted_bkpt/
DTestScriptedResolver.py74 error = extra_args.SetFromJSON(json_stream)
/external/libchrome/base/test/
Dtrace_event_analyzer.cc50 bool TraceEvent::SetFromJSON(const base::Value* event_value) { in SetFromJSON() function in trace_analyzer::TraceEvent
731 if (event.SetFromJSON(item)) in ParseEventsFromJson()
Dtrace_event_analyzer.h134 bool SetFromJSON(const base::Value* event_value) WARN_UNUSED_RESULT;
/external/llvm-project/lldb/tools/intel-features/intel-pt/
Dcli-wrapper-pt.cpp179 lldb::SBError error = custom_params.SetFromJSON(sb_stream); in DoExecute()
/external/llvm-project/lldb/test/API/functionalities/breakpoint/serialize/
DTestBreakpointSerialization.py377 extra_args.SetFromJSON(stream)
/external/llvm-project/lldb/docs/use/
Dpython-reference.rst404 complex parametrizations. SBStructuredData has a handy SetFromJSON method which