Searched defs:grpc_call_element (Results 1 – 9 of 9) sorted by relevance
/external/grpc-grpc/src/core/lib/channel/ |
D | channel_stack.h | 51 typedef struct grpc_call_element grpc_call_element; typedef 166 struct grpc_call_element { struct 167 const grpc_channel_filter* filter; 168 void* channel_data; 169 void* call_data;
|
/external/rust/crates/grpcio-sys/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 | 219 grpc_call_element* /*elem*/, grpc_polling_entity* /*pollent*/) {} in grpc_call_stack_ignore_set_pollset_or_pollset_set() argument
|
/external/rust/crates/grpcio-sys/grpc/src/cpp/common/ |
D | channel_filter.h | 262 virtual grpc_error_handle Init(grpc_call_element* /*elem*/, in Init() argument 268 virtual void Destroy(grpc_call_element* /*elem*/, in Destroy() argument
|
/external/rust/crates/grpcio-sys/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
|
/external/rust/crates/grpcio-sys/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
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/workarounds/ |
D | workaround_cronet_compression_filter.cc | 122 grpc_call_element* /*elem*/, const grpc_call_final_info* /*final_info*/, in cronet_compression_destroy_call_elem() argument
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/ |
D | lame_client.cc | 108 static void lame_destroy_call_elem(grpc_call_element* /*elem*/, in lame_destroy_call_elem() argument
|