Home
last modified time | relevance | path

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

/third_party/grpc/src/cpp/common/
Dchannel_filter.h354 std::function<bool(const grpc_channel_args&)> include_filter; member
377 std::function<bool(const grpc_channel_args&)> include_filter) { in RegisterChannelFilter()