Searched refs:HostAndPort (Results 1 – 5 of 5) sorted by relevance
82 struct HostAndPort { struct86 bool operator==(const HostAndPort &R) const { argument162 static llvm::Expected<HostAndPort>192 const Socket::HostAndPort &HP);
291 llvm::Expected<Socket::HostAndPort>294 HostAndPort ret; in DecodeHostAndPort()493 const Socket::HostAndPort &HP) { in operator <<()
168 llvm::Expected<HostAndPort> host_port = DecodeHostAndPort(name); in Connect()208 llvm::Expected<HostAndPort> host_port = DecodeHostAndPort(name); in Listen()
58 llvm::Expected<HostAndPort> host_port = DecodeHostAndPort(name); in CreateConnected()
130 llvm::Expected<Socket::HostAndPort> host_port = in parse_listen_host_port()