Searched refs:ParseJSON (Results 1 – 8 of 8) sorted by relevance
50 StructuredData::ObjectSP json_obj = StructuredData::ParseJSON(json_str); in SetFromJSON()
146 StructuredData::ObjectSP StructuredData::ParseJSON(std::string json_text) { in ParseJSON() function in StructuredData
549 static ObjectSP ParseJSON(std::string json_text);
1045 auto json_object = StructuredData::ParseJSON(packet.Peek());1107 auto json_object = StructuredData::ParseJSON(packet.Peek());1144 auto json_object = StructuredData::ParseJSON(packet.Peek());1212 auto json_object = StructuredData::ParseJSON(packet.Peek());
579 object_sp = StructuredData::ParseJSON(response.GetStringRef()); in GetThreadsInfo()2504 StructuredData::ParseJSON(response.GetStringRef()); in QueryGDBServer()3418 auto json_object = StructuredData::ParseJSON(response.Peek()); in SendGetTraceConfigPacket()3636 StructuredData::ParseJSON(response.GetStringRef()); in GetModulesInfo()3904 StructuredData::ParseJSON(response.GetStringRef()); in GetSupportedStructuredDataPlugins()
2296 m_jstopinfo_sp = StructuredData::ParseJSON(json); in SetThreadStopInfo()4105 object_sp = StructuredData::ParseJSON(response.GetStringRef()); in GetExtendedInfoForThread()4177 object_sp = StructuredData::ParseJSON(response.GetStringRef()); in GetLoadedDynamicLibrariesInfos_sender()4210 object_sp = StructuredData::ParseJSON(response.GetStringRef()); in GetSharedCacheInfo()5115 StructuredData::ObjectSP json_sp = StructuredData::ParseJSON(packet); in ParseStructuredDataPacket()
1123 StructuredData::ObjectSP object_sp = StructuredData::ParseJSON(packet.Peek()); in Handle_jModulesInfo()
742 auto object_sp = StructuredData::ParseJSON(response.GetStringRef()); in GetRemoteUnixSignals()