Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/channel/
Dchannel_stack.h51 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/
Dchannel_stack.h63 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;
Dchannel_stack.cc219 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/
Dchannel_filter.h262 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/
Dclient_filter.cc155 void CensusClientCallData::Destroy(grpc_call_element* /*elem*/, in Destroy() argument
Dserver_filter.cc171 void CensusServerCallData::Destroy(grpc_call_element* /*elem*/, in Destroy() argument
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/http/
Dclient_authority_filter.cc84 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/
Dworkaround_cronet_compression_filter.cc122 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/
Dlame_client.cc108 static void lame_destroy_call_elem(grpc_call_element* /*elem*/, in lame_destroy_call_elem() argument