Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/end2end/
Dchannelz_service_test.cc89 proxy_port_ = grpc_pick_unused_port_or_die(); in SetUp()
91 grpc::string proxy_server_address = "localhost:" + to_string(proxy_port_); in SetUp()
131 string target = "dns:localhost:" + to_string(proxy_port_); in ResetStubs()
197 int proxy_port_; member in grpc::testing::ChannelzServerTest