Searched refs:GetAsJSON (Results 1 – 6 of 6) sorted by relevance
94 SBError SBStructuredData::GetAsJSON(lldb::SBStream &stream) const { in GetAsJSON() function in SBStructuredData98 error.SetError(m_impl_up->GetAsJSON(stream.ref())); in GetAsJSON()
54 GetAsJSON(lldb::SBStream &stream) const;
41 lldb::SBError GetAsJSON(lldb::SBStream &stream) const;
52 Status GetAsJSON(Stream &stream) const { in GetAsJSON() function
1163 value.GetAsJSON(contents); in FilterAndGetValueForKey()1178 value.GetAsJSON(contents); in FilterAndGetValueForKey()
409 error = info.GetAsJSON(stream); in ProcessArgs()