Home
last modified time | relevance | path

Searched refs:channel_control_helper_ (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/core/ext/filters/client_channel/
Dlb_policy.h407 return channel_control_helper_.get(); in channel_control_helper()
419 std::unique_ptr<ChannelControlHelper> channel_control_helper_; variable
Dlb_policy.cc42 channel_control_helper_(std::move(args.channel_control_helper)) {} in LoadBalancingPolicy()