Searched refs:SetFromJSON (Results 1 – 13 of 13) sorted by relevance
109 extra_args.SetFromJSON(stream)115 extra_args.SetFromJSON(stream)129 extra_args.SetFromJSON(stream)178 extra_args.SetFromJSON(stream)
60 SetFromJSON(lldb::SBStream &stream);63 SetFromJSON(const char *json);
56 lldb::SBError SBStructuredData::SetFromJSON(lldb::SBStream &stream) { in SetFromJSON() function in SBStructuredData70 lldb::SBError SBStructuredData::SetFromJSON(const char *json) { in SetFromJSON() function in SBStructuredData74 return SetFromJSON(s); in SetFromJSON()
35 lldb::SBError SetFromJSON(lldb::SBStream &stream);37 lldb::SBError SetFromJSON(const char *json);
94 error = args_data.SetFromJSON(data)
75 structured_data.SetFromJSON(json.dumps({
32 structured_data.SetFromJSON(json.dumps({
28 error = example.SetFromJSON(s)
75 configuration.SetFromJSON(json.dumps(obj))
71 error = extra_args.SetFromJSON(json_stream)
369 extra_args.SetFromJSON(stream)
1040 structured_data.SetFromJSON(json.dumps({ "crashlog_path" : crashlog_path,
419 complex parametrizations. SBStructuredData has a handy SetFromJSON method which