Home
last modified time | relevance | path

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

/third_party/grpc/include/grpcpp/impl/codegen/
Dintercepted_channel.h35 class InterceptedChannel : public ChannelInterface {
37 ~InterceptedChannel() override { channel_ = nullptr; } in ~InterceptedChannel()
46 InterceptedChannel(ChannelInterface* channel, size_t pos) in InterceptedChannel() function
Dchannel_interface.h65 class InterceptedChannel; variable
132 friend class ::grpc::internal::InterceptedChannel;
Dinterceptor_common.h190 return std::unique_ptr<ChannelInterface>(new InterceptedChannel( in GetInterceptedChannel()
/third_party/grpc/include/grpcpp/
Dchannel.h82 friend class ::grpc::internal::InterceptedChannel;
Dchannel_impl.h84 friend class ::grpc::internal::InterceptedChannel;