Searched refs:OutOfProcessExecutorConnect (Results 1 – 1 of 1) sorted by relevance
222 static cl::opt<std::string> OutOfProcessExecutorConnect( variable795 OutOfProcessExecutorConnect, Details), in createTCPSocketError()840 return make_error<StringError>("-" + OutOfProcessExecutorConnect.ArgStr + in connectToExecutor()846 "-" + OutOfProcessExecutorConnect.ArgStr + in connectToExecutor()853 std::tie(Host, PortStr) = StringRef(OutOfProcessExecutorConnect).split(':'); in connectToExecutor()856 OutOfProcessExecutorConnect.ArgStr + in connectToExecutor()860 OutOfProcessExecutorConnect.ArgStr + in connectToExecutor()902 } else if (OutOfProcessExecutorConnect.getNumOccurrences()) { in Create()1267 OutOfProcessExecutorConnect.getNumOccurrences()) in sanitizeArguments()1313 !!OutOfProcessExecutorConnect.getNumOccurrences()) in sanitizeArguments()[all …]