Home
last modified time | relevance | path

Searched refs:client_hostport (Results 1 – 1 of 1) sorted by relevance

/third_party/grpc/test/core/end2end/
Ddualstack_socket_test.cc126 std::string client_hostport; in test_connect() local
136 client_hostport = absl::StrJoin(hosts_with_port, ","); in test_connect()
138 client_hostport = grpc_core::JoinHostPort(client_host, port); in test_connect()
141 grpc_insecure_channel_create(client_hostport.c_str(), nullptr, nullptr); in test_connect()
144 server_hostport.c_str(), client_hostport.c_str(), in test_connect()