Searched defs:setHost (Results 1 – 4 of 4) sorted by relevance
77 void setHost(const std::string& value) { host_ = value; } in setHost() function78 void setHost(const char *value) { host_ = value; } in setHost() function
31 void Error::setHost(const std::string &host) { host_ = host; } in setHost() function in AlibabaCloud::Error
185 void Url::setHost(const std::string &host) { in setHost() function in AlibabaCloud::Url
245 void Url::setHost(const std::string & host) in setHost() function in Url
Completed in 8 milliseconds