Lines Matching refs:host_port
241 std::shared_ptr<ExclusiveAccess<HostPort>> host_port,
246 host_port,
256 std::shared_ptr<ExclusiveAccess<HostPort>> host_port,
259 host_port_(host_port),
298 ExclusiveAccess<HostPort>::Scoped host_port(host_port_);
299 host = host_port->host();
300 port = host_port->port();
313 ExclusiveAccess<HostPort>::Scoped host_port(host_port_);
314 host_port->set_port(server.Port());
323 ExclusiveAccess<HostPort>::Scoped host_port(host_port_);
324 return FormatWsAddress(host_port->host(), host_port->port(), id_, true);