Searched refs:InterceptedChannel (Results 1 – 5 of 5) sorted by relevance
35 class InterceptedChannel : public ChannelInterface {37 ~InterceptedChannel() override { channel_ = nullptr; } in ~InterceptedChannel()46 InterceptedChannel(ChannelInterface* channel, size_t pos) in InterceptedChannel() function
65 class InterceptedChannel; variable132 friend class ::grpc::internal::InterceptedChannel;
190 return std::unique_ptr<ChannelInterface>(new InterceptedChannel( in GetInterceptedChannel()
82 friend class ::grpc::internal::InterceptedChannel;
84 friend class ::grpc::internal::InterceptedChannel;