Searched refs:PortStr (Results 1 – 2 of 2) sorted by relevance
101 StringRef Host, PortStr; in main() local102 std::tie(Host, PortStr) = Specifier.split(':'); in main()105 if (PortStr.getAsInteger(10, Port)) in main()106 printErrorAndExit("port" + PortStr + " is not a valid integer"); in main()
673 StringRef HostNameStr, PortStr; in ConnectToExecutor()674 std::tie(HostNameStr, PortStr) = in ConnectToExecutor()682 if (PortStr.empty()) in ConnectToExecutor()689 if (PortStr.getAsInteger(10, Port)) in ConnectToExecutor()690 return make_error<StringError>("port number " + PortStr + in ConnectToExecutor()