Searched refs:GetAsJSON (Results 1 – 3 of 3) sorted by relevance
62 SBError SBStructuredData::GetAsJSON(lldb::SBStream &stream) const { in GetAsJSON() function in SBStructuredData64 error.SetError(m_impl_up->GetAsJSON(stream.ref())); in GetAsJSON()
38 lldb::SBError GetAsJSON(lldb::SBStream &stream) const;
50 Status GetAsJSON(Stream &stream) const { in GetAsJSON() function