Lines Matching refs:GetStringRef

368     m_qSupported_response = response.GetStringRef().str();  in GetRemoteQSupported()
370 for (llvm::StringRef x : llvm::split(response.GetStringRef(), ';')) { in GetRemoteQSupported()
443 const char *response_cstr = response.GetStringRef().data(); in GetVContSupported()
554 object_sp = StructuredData::ParseJSON(response.GetStringRef()); in GetThreadsInfo()
823 response.GetStringRef().substr(1)); in LaunchProcess()
2367 response.GetStringRef().size()) in GetUserName()
2394 response.GetStringRef().size()) in GetGroupName()
2644 StructuredData::ParseJSON(response.GetStringRef()); in QueryGDBServer()
3450 new DataBufferHeap(response.GetStringRef().size() / 2, 0)); in ReadRegister()
3465 new DataBufferHeap(response.GetStringRef().size() / 2, 0)); in ReadAllRegisters()
3727 llvm::StringRef ref = response.GetStringRef(); in GetQOffsets()
3894 StructuredData::ParseJSON(response.GetStringRef()); in GetModulesInfo()
3944 chunk.GetStringRef().empty()) { in ReadExtFeature()
3950 switch (chunk.GetStringRef()[0]) { in ReadExtFeature()
3958 output_stream << chunk.GetStringRef().drop_front(); in ReadExtFeature()
3959 offset += chunk.GetStringRef().size() - 1; in ReadExtFeature()
4045 llvm::StringRef response_str(response.GetStringRef()); in ServeSymbolLookups()
4145 StructuredData::ParseJSON(response.GetStringRef()); in GetSupportedStructuredDataPlugins()
4154 __FUNCTION__, response.GetStringRef().data()); in GetSupportedStructuredDataPlugins()
4230 if (response.GetStringRef() == "OK") { in ConfigureRemoteStructuredData()
4236 type_name, response.GetStringRef()); in ConfigureRemoteStructuredData()
4279 response.GetStringRef().str().c_str()); in KillProcess()