Lines Matching refs:GetStringRef
360 const char *response_cstr = response.GetStringRef().c_str(); in GetRemoteQSupported()
475 const char *response_cstr = response.GetStringRef().c_str(); in GetVContSupported()
579 object_sp = StructuredData::ParseJSON(response.GetStringRef()); in GetThreadsInfo()
691 const std::string &this_string = this_response.GetStringRef(); in SendPacketsAndConcatenateResponses()
763 error_str = response.GetStringRef().substr(1); in GetLaunchSuccess()
2188 response.GetStringRef().clear(); in FindProcesses()
2216 response.GetStringRef().size()) in GetUserName()
2243 response.GetStringRef().size()) in GetGroupName()
2504 StructuredData::ParseJSON(response.GetStringRef()); in QueryGDBServer()
3183 new DataBufferHeap(response.GetStringRef().size() / 2, 0)); in ReadRegister()
3198 new DataBufferHeap(response.GetStringRef().size() / 2, 0)); in ReadAllRegisters()
3636 StructuredData::ParseJSON(response.GetStringRef()); in GetModulesInfo()
3691 const std::string &str = chunk.GetStringRef(); in ReadExtFeature()
3796 llvm::StringRef response_str(response.GetStringRef()); in ServeSymbolLookups()
3904 StructuredData::ParseJSON(response.GetStringRef()); in GetSupportedStructuredDataPlugins()
3913 __FUNCTION__, response.GetStringRef().c_str()); in GetSupportedStructuredDataPlugins()
3990 if (strcmp(response.GetStringRef().c_str(), "OK") == 0) { in ConfigureRemoteStructuredData()
3997 response.GetStringRef().c_str()); in ConfigureRemoteStructuredData()