Searched refs:GetAsJSON (Results 1 – 6 of 6) sorted by relevance
100 SBError SBStructuredData::GetAsJSON(lldb::SBStream &stream) const { in GetAsJSON() function in SBStructuredData101 LLDB_RECORD_METHOD_CONST(lldb::SBError, SBStructuredData, GetAsJSON, in GetAsJSON()105 error.SetError(m_impl_up->GetAsJSON(stream.ref())); in GetAsJSON()224 LLDB_REGISTER_METHOD_CONST(lldb::SBError, SBStructuredData, GetAsJSON, in RegisterMethods()
385 SBError error = dict.GetAsJSON(stream); in SetScriptedProcessDictionary()
54 GetAsJSON(lldb::SBStream &stream) const;
41 lldb::SBError GetAsJSON(lldb::SBStream &stream) const;
49 Status GetAsJSON(Stream &stream) const { in GetAsJSON() function
44913 result = ((lldb::SBStructuredData const *)arg1)->GetAsJSON(*arg2); in _wrap_SBStructuredData_GetAsJSON()