Searched refs:proxyaddr (Results 1 – 1 of 1) sorted by relevance
307 std::ostringstream proxyaddr; in ResetStub() local308 proxyaddr << "localhost:" << port; in ResetStub()310 builder.AddListeningPort(proxyaddr.str(), InsecureServerCredentials()); in ResetStub()319 channel_ = CreateChannel(proxyaddr.str(), InsecureChannelCredentials()); in ResetStub()