Searched refs:DecodeHostAndPort (Results 1 – 6 of 6) sorted by relevance
156 llvm::Expected<HostAndPort> host_port = DecodeHostAndPort(name); in Connect()195 llvm::Expected<HostAndPort> host_port = DecodeHostAndPort(name); in Listen()
62 llvm::Expected<HostAndPort> host_port = DecodeHostAndPort(name); in Connect()
188 llvm::Expected<Socket::HostAndPort> Socket::DecodeHostAndPort(llvm::StringRef host_and_port) { in DecodeHostAndPort() function in Socket
103 DecodeHostAndPort(llvm::StringRef host_and_port);
97 if (!llvm::errorToBool(Socket::DecodeHostAndPort(name).takeError())) in Create()
4305 if (!llvm::errorToBool(Socket::DecodeHostAndPort(host_port).takeError())) in LLGSArgToURL()