Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/
Ddelegating_channel.h34 std::shared_ptr<grpc::ChannelInterface> delegate_channel) in DelegatingChannel()
41 std::shared_ptr<grpc::ChannelInterface> delegate_channel() { in delegate_channel() function
/aosp_15_r20/external/grpc-grpc/include/grpcpp/impl/
H A Ddelegating_channel.h34 std::shared_ptr<grpc::ChannelInterface> delegate_channel) in DelegatingChannel()
41 std::shared_ptr<grpc::ChannelInterface> delegate_channel() { in delegate_channel() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/impl/
Ddelegating_channel.h34 std::shared_ptr<grpc::ChannelInterface> delegate_channel) in DelegatingChannel()
41 std::shared_ptr<grpc::ChannelInterface> delegate_channel() { in delegate_channel() function
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/
H A Ddelegating_channel_test.cc49 const std::shared_ptr<ChannelInterface>& delegate_channel) in TestChannel()