Home
last modified time | relevance | path

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

/third_party/grpc/include/grpcpp/impl/codegen/
Dinterceptor.h202 virtual std::unique_ptr<ChannelInterface> GetInterceptedChannel() = 0;
Dinterceptor_common.h183 std::unique_ptr<ChannelInterface> GetInterceptedChannel() override { in GetInterceptedChannel() function
528 std::unique_ptr<ChannelInterface> GetInterceptedChannel() override { in GetInterceptedChannel() function
/third_party/grpc/examples/cpp/keyvaluestore/
Dcaching_interceptor.h47 methods->GetInterceptedChannel()); in Intercept()
/third_party/grpc/test/cpp/end2end/
Dclient_interceptors_end2end_test.cc195 methods->GetInterceptedChannel()); in Intercept()