Home
last modified time | relevance | path

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

/third_party/grpc/test/core/end2end/tests/
Dfilter_latency.cc250 static grpc_error* init_call_elem(grpc_call_element* /*elem*/, in init_call_elem() function
Dfilter_context.cc228 static grpc_error* init_call_elem(grpc_call_element* elem, in init_call_elem() function
Dfilter_causes_close.cc221 static grpc_error* init_call_elem(grpc_call_element* /*elem*/, in init_call_elem() function
Dfilter_status_code.cc278 static grpc_error* init_call_elem(grpc_call_element* elem, in init_call_elem() function
Dfilter_call_init_fails.cc397 static grpc_error* init_call_elem(grpc_call_element* /*elem*/, in init_call_elem() function
/third_party/grpc/src/core/lib/channel/
Dchannel_stack.h128 grpc_error* (*init_call_elem)(grpc_call_element* elem, member