Searched refs:SBPlatformConnectOptions (Results 1 – 2 of 2) sorted by relevance
73 SBPlatformConnectOptions::SBPlatformConnectOptions(const char *url) in SBPlatformConnectOptions() function in SBPlatformConnectOptions76 SBPlatformConnectOptions::SBPlatformConnectOptions( in SBPlatformConnectOptions() function in SBPlatformConnectOptions77 const SBPlatformConnectOptions &rhs) in SBPlatformConnectOptions()82 SBPlatformConnectOptions::~SBPlatformConnectOptions() { delete m_opaque_ptr; } in ~SBPlatformConnectOptions()84 void SBPlatformConnectOptions::operator=(const SBPlatformConnectOptions &rhs) { in operator =()88 const char *SBPlatformConnectOptions::GetURL() { in GetURL()94 void SBPlatformConnectOptions::SetURL(const char *url) { in SetURL()101 bool SBPlatformConnectOptions::GetRsyncEnabled() { in GetRsyncEnabled()105 void SBPlatformConnectOptions::EnableRsync( in EnableRsync()122 void SBPlatformConnectOptions::DisableRsync() { in DisableRsync()[all …]
24 class LLDB_API SBPlatformConnectOptions {26 SBPlatformConnectOptions(const char *url);28 SBPlatformConnectOptions(const SBPlatformConnectOptions &rhs);30 ~SBPlatformConnectOptions();32 void operator=(const SBPlatformConnectOptions &rhs);105 SBError ConnectRemote(SBPlatformConnectOptions &connect_options);