Searched refs:port_ (Results 1 – 6 of 6) sorted by relevance
29 port_(INVALID_PORT), query_(), fragment_() { in Url()39 path_ == url.path_ && port_ == url.port_ && query_ == url.query_ && in operator ==()54 if (port_ != INVALID_PORT) in authority()55 out << ":" << port_; in authority()65 port_ = INVALID_PORT; in clear()124 host_.empty() && path_.empty() && (port_ == INVALID_PORT) && in isEmpty()141 int Url::port() const { return port_; } in port()198 void Url::setPort(int port) { port_ = port; } in setPort()
24 : hostName_(hostName), password_(password), port_(port), type_(type), in NetworkProxy()33 uint16_t NetworkProxy::port() const { return port_; } in port()43 void NetworkProxy::setPort(uint16_t port) { port_ = port; } in setPort()
34 port_(INVALID_PORT), in Url()53 && port_ == url.port_ in operator ==()73 if (port_ != INVALID_PORT) in authority()74 out << ":" << port_; in authority()85 port_ = INVALID_PORT; in clear()162 && (port_ == INVALID_PORT) in isEmpty()183 return port_; in port()267 port_ = port; in setPort()
46 uint16_t port_; variable
69 int port_; variable
68 int port_; variable
Completed in 5 milliseconds