/third_party/grpc/src/core/lib/channel/ |
D | channel_stack.h | 63 typedef struct grpc_call_element grpc_call_element; typedef 174 struct grpc_call_element { struct 175 const grpc_channel_filter* filter; 176 void* channel_data; 177 void* call_data;
|
D | channel_stack.cc | 206 grpc_call_element* /*elem*/, grpc_polling_entity* /*pollent*/) {} in grpc_call_stack_ignore_set_pollset_or_pollset_set() argument
|
/third_party/grpc/test/core/channel/ |
D | channel_stack_builder_test.cc | 37 static grpc_error* call_init_func(grpc_call_element* /*elem*/, in call_init_func() argument 44 static void call_destroy_func(grpc_call_element* /*elem*/, in call_destroy_func() argument
|
/third_party/grpc/test/core/end2end/tests/ |
D | filter_latency.cc | 250 static grpc_error* init_call_elem(grpc_call_element* /*elem*/, in init_call_elem() argument 255 static void client_destroy_call_elem(grpc_call_element* /*elem*/, in client_destroy_call_elem() argument 263 static void server_destroy_call_elem(grpc_call_element* /*elem*/, in server_destroy_call_elem() argument
|
D | filter_causes_close.cc | 221 static grpc_error* init_call_elem(grpc_call_element* /*elem*/, in init_call_elem() argument 226 static void destroy_call_elem(grpc_call_element* /*elem*/, in destroy_call_elem() argument
|
D | filter_call_init_fails.cc | 397 static grpc_error* init_call_elem(grpc_call_element* /*elem*/, in init_call_elem() argument 404 static void destroy_call_elem(grpc_call_element* /*elem*/, in destroy_call_elem() argument
|
D | filter_context.cc | 250 static void destroy_call_elem(grpc_call_element* /*elem*/, in destroy_call_elem() argument
|
/third_party/grpc/test/cpp/common/ |
D | channel_filter_test.cc | 42 grpc_error* Init(grpc_call_element* /*elem*/, in Init() argument
|
/third_party/grpc/test/cpp/microbenchmarks/ |
D | bm_call_create.cc | 348 static void StartTransportStreamOp(grpc_call_element* /*elem*/, in StartTransportStreamOp() argument 354 static grpc_error* InitCallElem(grpc_call_element* /*elem*/, in InitCallElem() argument 359 static void SetPollsetOrPollsetSet(grpc_call_element* /*elem*/, in SetPollsetOrPollsetSet() argument 362 static void DestroyCallElem(grpc_call_element* /*elem*/, in DestroyCallElem() argument 651 static void SetPollsetOrPollsetSet(grpc_call_element* /*elem*/, in SetPollsetOrPollsetSet() argument 654 static void DestroyCallElem(grpc_call_element* /*elem*/, in DestroyCallElem() argument
|
/third_party/grpc/src/cpp/ext/filters/census/ |
D | client_filter.cc | 155 void CensusClientCallData::Destroy(grpc_call_element* /*elem*/, in Destroy() argument
|
D | server_filter.cc | 171 void CensusServerCallData::Destroy(grpc_call_element* /*elem*/, in Destroy() argument
|
/third_party/grpc/src/cpp/common/ |
D | channel_filter.h | 262 virtual grpc_error* Init(grpc_call_element* /*elem*/, in Init() argument 268 virtual void Destroy(grpc_call_element* /*elem*/, in Destroy() argument
|
/third_party/grpc/src/core/ext/filters/http/ |
D | client_authority_filter.cc | 84 grpc_call_element* /*elem*/, const grpc_call_final_info* /*final_info*/, in client_authority_destroy_call_elem() argument
|
/third_party/grpc/src/core/lib/surface/ |
D | lame_client.cc | 100 static void lame_destroy_call_elem(grpc_call_element* /*elem*/, in lame_destroy_call_elem() argument
|
/third_party/grpc/src/core/ext/filters/workarounds/ |
D | workaround_cronet_compression_filter.cc | 121 grpc_call_element* /*elem*/, const grpc_call_final_info* /*final_info*/, in cronet_compression_destroy_call_elem() argument
|