Searched refs:DecodeHostAndPort (Results 1 – 6 of 6) sorted by relevance
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()
292 Socket::DecodeHostAndPort(llvm::StringRef host_and_port) { in DecodeHostAndPort() function in Socket
163 DecodeHostAndPort(llvm::StringRef host_and_port);
131 Socket::DecodeHostAndPort(listen_host_port); in parse_listen_host_port()
4325 if (!llvm::errorToBool(Socket::DecodeHostAndPort(host_port).takeError())) in LLGSArgToURL()