Searched refs:ParseJSON (Results 1 – 13 of 13) sorted by relevance
21 JSONValue::SP ParseJSON(const char *json_string) { in ParseJSON() function29 auto json_val = ParseJSON(json_string);37 EXPECT_THAT(ParseJSON("\"foo"), testing::IsNull()); in TEST()51 EXPECT_THAT(ParseJSON("-1.2.3"), testing::IsNull()); in TEST()
62 StructuredData::ObjectSP json_obj = StructuredData::ParseJSON(json_str); in SetFromJSON()
210 data.m_impl_up->SetObjectSP(StructuredData::ParseJSON(json_str)); in GetStatistics()
25 StructuredData::ParseJSON(const std::string &json_text) { in ParseJSON() function in StructuredData
241 auto data_sp = StructuredData::ParseJSON(output); in ShellExpandArguments()
100 StructuredData::ParseJSON(std::string(Response)); in create()
560 static ObjectSP ParseJSON(const std::string &json_text);
708 StructuredData::ParseJSON(std::string(response.GetStringRef())); in GetRemoteUnixSignals()
291 auto object_sp = StructuredData::ParseJSON(std::string(ss.GetString())); in TEST_F()
2175 m_jstopinfo_sp = StructuredData::ParseJSON(json); in SetThreadStopInfo()3817 StructuredData::ParseJSON(std::string(response.GetStringRef())); in GetExtendedInfoForThread()3889 StructuredData::ParseJSON(std::string(response.GetStringRef())); in GetLoadedDynamicLibrariesInfos_sender()3922 StructuredData::ParseJSON(std::string(response.GetStringRef())); in GetSharedCacheInfo()4878 StructuredData::ParseJSON(std::string(packet)); in ParseStructuredDataPacket()
546 StructuredData::ParseJSON(std::string(response.GetStringRef())); in GetThreadsInfo()2641 StructuredData::ParseJSON(std::string(response.GetStringRef())); in QueryGDBServer()3891 StructuredData::ParseJSON(std::string(response.GetStringRef())); in GetModulesInfo()4149 StructuredData::ParseJSON(std::string(response.GetStringRef())); in GetSupportedStructuredDataPlugins()
1160 StructuredData::ObjectSP object_sp = StructuredData::ParseJSON(packet.Peek()); in Handle_jModulesInfo()
1413 auto data_sp = StructuredData::ParseJSON(output);