Home
last modified time | relevance | path

Searched refs:start_transport_stream_op_batch (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dclient_load_reporting_filter.cc102 static void start_transport_stream_op_batch( in start_transport_stream_op_batch() function
130 start_transport_stream_op_batch,
/external/grpc-grpc/src/core/ext/filters/workarounds/
Dworkaround_cronet_compression_filter.cc78 static void start_transport_stream_op_batch( in start_transport_stream_op_batch() function
172 start_transport_stream_op_batch,
/external/grpc-grpc/test/core/end2end/tests/
Dfilter_causes_close.cc209 static void start_transport_stream_op_batch( in start_transport_stream_op_batch() function
238 start_transport_stream_op_batch,
/external/grpc-grpc/src/core/ext/filters/message_size/
Dmessage_size_filter.cc165 static void start_transport_stream_op_batch( in start_transport_stream_op_batch() function
310 start_transport_stream_op_batch,
/external/grpc-grpc/src/core/lib/channel/
Dchannel_stack.h101 void (*start_transport_stream_op_batch)(grpc_call_element* elem, member
Dchannel_stack.cc226 next_elem->filter->start_transport_stream_op_batch(next_elem, op); in grpc_call_next_op()
/external/grpc-grpc/src/core/ext/filters/deadline/
Ddeadline_filter.cc58 elem->filter->start_transport_stream_op_batch(elem, batch); in send_cancel_op_in_call_combiner()
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dsubchannel.cc743 top_elem->filter->start_transport_stream_op_batch(top_elem, batch); in grpc_subchannel_call_process_op()
/external/grpc-grpc/src/core/lib/surface/
Dcall.cc599 elem->filter->start_transport_stream_op_batch(elem, batch); in execute_batch_in_call_combiner()