Home | History | Annotate | Download | only in end2end

Lines Matching refs:Proxy

169 class Proxy : public ::grpc::testing::EchoTestService::Service {
171 Proxy(const std::shared_ptr<Channel>& channel)
197 TestScenario(bool proxy, bool inproc_stub, const grpc::string& creds_type)
198 : use_proxy(proxy), inproc(inproc_stub), credentials_type(creds_type) {}
305 proxy_service_.reset(new Proxy(channel_));
330 std::unique_ptr<Proxy> proxy_service_;
1254 // Test with and without a proxy.