Searched refs:SetFromJSON (Results 1 – 6 of 6) sorted by relevance
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);
76 configuration.SetFromJSON(json.dumps(obj))
1107 structured_data.SetFromJSON(json.dumps({ "file_path" : crashlog_path,
419 complex parametrizations. SBStructuredData has a handy SetFromJSON method which