Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/filters/client_channel/
Dclient_channel_plugin.cc41 static bool append_filter(grpc_channel_stack_builder* builder, void* arg) { in append_filter() function
56 GRPC_CLIENT_CHANNEL, GRPC_CHANNEL_INIT_BUILTIN_PRIORITY, append_filter, in grpc_client_channel_init()
/third_party/grpc/src/core/lib/surface/
Dinit.cc83 static bool append_filter(grpc_channel_stack_builder* builder, void* arg) { in append_filter() function
105 append_filter, const_cast<grpc_channel_filter*>(&grpc_lame_filter)); in register_builtin_channel_init()