Home
last modified time | relevance | path

Searched defs:delegate_channel (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/include/grpcpp/impl/codegen/
Ddelegating_channel.h34 std::shared_ptr<::grpc::ChannelInterface> delegate_channel) in DelegatingChannel()
41 std::shared_ptr<::grpc::ChannelInterface> delegate_channel() { in delegate_channel() function
/third_party/grpc/test/cpp/end2end/
Ddelegating_channel_test.cc48 TestChannel(const std::shared_ptr<ChannelInterface>& delegate_channel) in TestChannel()