Lines Matching refs:GetStringRef
334 m_qSupported_response = response.GetStringRef().str(); in GetRemoteQSupported()
337 response.GetStringRef().split(server_features, ';'); in GetRemoteQSupported()
407 const char *response_cstr = response.GetStringRef().data(); in GetVContSupported()
516 StructuredData::ParseJSON(std::string(response.GetStringRef())); in GetThreadsInfo()
696 const std::string &this_string = std::string(this_response.GetStringRef()); in SendPacketsAndConcatenateResponses()
770 error_str = std::string(response.GetStringRef().substr(1)); in GetLaunchSuccess()
2323 response.GetStringRef().size()) in GetUserName()
2350 response.GetStringRef().size()) in GetGroupName()
2610 StructuredData::ParseJSON(std::string(response.GetStringRef())); in QueryGDBServer()
3326 new DataBufferHeap(response.GetStringRef().size() / 2, 0)); in ReadRegister()
3341 new DataBufferHeap(response.GetStringRef().size() / 2, 0)); in ReadAllRegisters()
3606 llvm::StringRef ref = response.GetStringRef(); in GetQOffsets()
3773 StructuredData::ParseJSON(std::string(response.GetStringRef())); in GetModulesInfo()
3828 const std::string &str = std::string(chunk.GetStringRef()); in ReadExtFeature()
3933 llvm::StringRef response_str(response.GetStringRef()); in ServeSymbolLookups()
4041 StructuredData::ParseJSON(std::string(response.GetStringRef())); in GetSupportedStructuredDataPlugins()
4050 __FUNCTION__, response.GetStringRef().data()); in GetSupportedStructuredDataPlugins()
4107 stream.PutCString(type_name.GetStringRef()); in ConfigureRemoteStructuredData()
4126 if (strcmp(response.GetStringRef().data(), "OK") == 0) { in ConfigureRemoteStructuredData()
4133 response.GetStringRef().data()); in ConfigureRemoteStructuredData()