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()
25 StructuredData::ParseJSON(const std::string &json_text) { in ParseJSON() function in StructuredData
67 StructuredData::ObjectSP json_obj = StructuredData::ParseJSON(json_str); in SetFromJSON()
242 auto data_sp = StructuredData::ParseJSON(output); in ShellExpandArguments()
100 StructuredData::ParseJSON(std::string(Response)); in create()
550 static ObjectSP ParseJSON(const std::string &json_text);
1112 auto json_object = StructuredData::ParseJSON(packet.Peek()); in Handle_jTraceStart()1174 auto json_object = StructuredData::ParseJSON(packet.Peek()); in Handle_jTraceStop()1238 auto json_object = StructuredData::ParseJSON(packet.Peek()); in Handle_jTraceConfigRead()1306 auto json_object = StructuredData::ParseJSON(packet.Peek()); in Handle_jTraceRead()
584 StructuredData::ParseJSON(std::string(response.GetStringRef())); in GetThreadsInfo()2565 StructuredData::ParseJSON(std::string(response.GetStringRef())); in QueryGDBServer()3530 auto json_object = StructuredData::ParseJSON(response.Peek()); in SendGetTraceConfigPacket()3787 StructuredData::ParseJSON(std::string(response.GetStringRef())); in GetModulesInfo()4056 StructuredData::ParseJSON(std::string(response.GetStringRef())); in GetSupportedStructuredDataPlugins()
2215 m_jstopinfo_sp = StructuredData::ParseJSON(json); in SetThreadStopInfo()4018 StructuredData::ParseJSON(std::string(response.GetStringRef())); in GetExtendedInfoForThread()4091 StructuredData::ParseJSON(std::string(response.GetStringRef())); in GetLoadedDynamicLibrariesInfos_sender()4125 StructuredData::ParseJSON(std::string(response.GetStringRef())); in GetSharedCacheInfo()5062 StructuredData::ParseJSON(std::string(packet)); in ParseStructuredDataPacket()
1132 StructuredData::ObjectSP object_sp = StructuredData::ParseJSON(packet.Peek()); in Handle_jModulesInfo()
751 StructuredData::ParseJSON(std::string(response.GetStringRef())); in GetRemoteUnixSignals()
291 auto object_sp = StructuredData::ParseJSON(std::string(ss.GetString())); in TEST_F()
1341 auto data_sp = StructuredData::ParseJSON(output);