Searched refs:ParseJSON (Results 1 – 9 of 9) sorted by relevance
86 StructuredData::ParseJSON(stream.GetData()); in SetFromJSON()
484 data.m_impl_up->SetObjectSP(StructuredData::ParseJSON(json_strm.GetString())); in GetSetting()
211 data.m_impl_up->SetObjectSP(StructuredData::ParseJSON(json_str)); in GetStatistics()
25 StructuredData::ObjectSP StructuredData::ParseJSON(llvm::StringRef json_text) { in ParseJSON() function in StructuredData
577 static ObjectSP ParseJSON(llvm::StringRef json_text);
2179 m_jstopinfo_sp = StructuredData::ParseJSON(json); in SetThreadStopInfo()3897 object_sp = StructuredData::ParseJSON(response.GetStringRef()); in GetExtendedInfoForThread()3966 object_sp = StructuredData::ParseJSON(response.GetStringRef()); in GetLoadedDynamicLibrariesInfos_sender()3988 object_sp = StructuredData::ParseJSON(response.GetStringRef()); in GetDynamicLoaderProcessState()4020 object_sp = StructuredData::ParseJSON(response.GetStringRef()); in GetSharedCacheInfo()5212 StructuredData::ObjectSP json_sp = StructuredData::ParseJSON(packet); in ParseStructuredDataPacket()
554 object_sp = StructuredData::ParseJSON(response.GetStringRef()); in GetThreadsInfo()2644 StructuredData::ParseJSON(response.GetStringRef()); in QueryGDBServer()3894 StructuredData::ParseJSON(response.GetStringRef()); in GetModulesInfo()4145 StructuredData::ParseJSON(response.GetStringRef()); in GetSupportedStructuredDataPlugins()
1160 StructuredData::ObjectSP object_sp = StructuredData::ParseJSON(packet.Peek()); in Handle_jModulesInfo()
710 auto object_sp = StructuredData::ParseJSON(response.GetStringRef()); in GetRemoteUnixSignals()