Searched refs:ParseJSON (Results 1 – 7 of 7) sorted by relevance
25 StructuredData::ParseJSON(const std::string &json_text) { in ParseJSON() function in StructuredData
67 StructuredData::ObjectSP json_obj = StructuredData::ParseJSON(json_str); in SetFromJSON()
550 static ObjectSP ParseJSON(const std::string &json_text);
751 StructuredData::ParseJSON(std::string(response.GetStringRef())); in GetRemoteUnixSignals()
2232 m_jstopinfo_sp = StructuredData::ParseJSON(json); in SetThreadStopInfo()4096 StructuredData::ParseJSON(std::string(response.GetStringRef())); in GetExtendedInfoForThread()4168 StructuredData::ParseJSON(std::string(response.GetStringRef())); in GetLoadedDynamicLibrariesInfos_sender()4201 StructuredData::ParseJSON(std::string(response.GetStringRef())); in GetSharedCacheInfo()5137 StructuredData::ParseJSON(std::string(packet)); in ParseStructuredDataPacket()
516 StructuredData::ParseJSON(std::string(response.GetStringRef())); in GetThreadsInfo()2610 StructuredData::ParseJSON(std::string(response.GetStringRef())); in QueryGDBServer()3773 StructuredData::ParseJSON(std::string(response.GetStringRef())); in GetModulesInfo()4041 StructuredData::ParseJSON(std::string(response.GetStringRef())); in GetSupportedStructuredDataPlugins()
1097 StructuredData::ObjectSP object_sp = StructuredData::ParseJSON(packet.Peek()); in Handle_jModulesInfo()