/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/ |
D | lame_client.cc | 102 grpc_closure* then_schedule_closure) { in lame_destroy_call_elem() argument 103 ExecCtx::Run(DEBUG_LOCATION, then_schedule_closure, GRPC_ERROR_NONE); in lame_destroy_call_elem()
|
/external/grpc-grpc/src/core/lib/surface/ |
D | lame_client.cc | 129 grpc_closure* then_schedule_closure) { in destroy_call_elem() argument 130 GRPC_CLOSURE_SCHED(then_schedule_closure, GRPC_ERROR_NONE); in destroy_call_elem()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/channel/ |
D | channel_stack.h | 140 grpc_closure* then_schedule_closure); 269 grpc_closure* then_schedule_closure);
|
D | channel_stack.cc | 210 grpc_closure* then_schedule_closure) { in grpc_call_stack_destroy() argument 219 i == count - 1 ? then_schedule_closure : nullptr); in grpc_call_stack_destroy()
|
D | connected_channel.cc | 173 grpc_closure* then_schedule_closure) { in connected_channel_destroy_call_elem() argument 178 then_schedule_closure); in connected_channel_destroy_call_elem()
|
/external/grpc-grpc/src/core/lib/channel/ |
D | channel_stack.h | 131 grpc_closure* then_schedule_closure); 249 grpc_closure* then_schedule_closure);
|
D | connected_channel.cc | 171 grpc_closure* then_schedule_closure) { in destroy_call_elem() argument 176 then_schedule_closure); in destroy_call_elem()
|
D | channel_stack.cc | 209 grpc_closure* then_schedule_closure) { in grpc_call_stack_destroy() argument 218 i == count - 1 ? then_schedule_closure : nullptr); in grpc_call_stack_destroy()
|
/external/grpc-grpc/src/core/lib/transport/ |
D | transport_impl.h | 56 grpc_closure* then_schedule_closure);
|
D | transport.cc | 194 grpc_closure* then_schedule_closure) { argument 195 transport->vtable->destroy_stream(transport, stream, then_schedule_closure);
|
D | transport.h | 328 grpc_closure* then_schedule_closure);
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/transport/ |
D | transport_impl.h | 56 grpc_closure* then_schedule_closure);
|
D | transport.cc | 164 grpc_closure* then_schedule_closure) { argument 165 transport->vtable->destroy_stream(transport, stream, then_schedule_closure);
|
D | transport.h | 411 grpc_closure* then_schedule_closure);
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_idle/ |
D | client_idle_filter.cc | 388 grpc_closure* then_schedule_closure);
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/inproc/ |
D | inproc_transport.cc | 1182 grpc_closure* then_schedule_closure) { in destroy_stream() argument 1183 INPROC_LOG(GPR_INFO, "destroy_stream %p %p", gs, then_schedule_closure); in destroy_stream() 1190 grpc_core::ExecCtx::Run(DEBUG_LOCATION, then_schedule_closure, in destroy_stream()
|
/external/grpc-grpc/src/core/ext/transport/inproc/ |
D | inproc_transport.cc | 1140 grpc_closure* then_schedule_closure) { in destroy_stream() argument 1141 INPROC_LOG(GPR_INFO, "destroy_stream %p %p", gs, then_schedule_closure); in destroy_stream() 1143 s->closure_at_destroy = then_schedule_closure; in destroy_stream()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/ |
D | client_channel.cc | 415 grpc_closure* then_schedule_closure); 1121 grpc_closure* then_schedule_closure) { in Destroy() argument 1139 subchannel_call->SetAfterCallStackDestroy(then_schedule_closure); in Destroy() 1142 ExecCtx::Run(DEBUG_LOCATION, then_schedule_closure, GRPC_ERROR_NONE); in Destroy() 2674 grpc_closure* then_schedule_closure) { in Destroy() argument 2680 dynamic_call->SetAfterCallStackDestroy(then_schedule_closure); in Destroy() 2683 ExecCtx::Run(DEBUG_LOCATION, then_schedule_closure, GRPC_ERROR_NONE); in Destroy()
|
/external/grpc-grpc/src/core/ext/filters/client_channel/ |
D | client_channel.cc | 3221 grpc_closure* then_schedule_closure) { in cc_destroy_call_elem() argument 3233 then_schedule_closure); in cc_destroy_call_elem() 3234 then_schedule_closure = nullptr; in cc_destroy_call_elem() 3251 GRPC_CLOSURE_SCHED(then_schedule_closure, GRPC_ERROR_NONE); in cc_destroy_call_elem()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/cronet/transport/ |
D | cronet_transport.cc | 1470 grpc_closure* then_schedule_closure) { in destroy_stream() argument 1473 grpc_core::ExecCtx::Run(DEBUG_LOCATION, then_schedule_closure, in destroy_stream()
|
/external/grpc-grpc/src/core/ext/transport/cronet/transport/ |
D | cronet_transport.cc | 1427 grpc_closure* then_schedule_closure) { in destroy_stream() argument 1433 GRPC_CLOSURE_SCHED(then_schedule_closure, GRPC_ERROR_NONE); in destroy_stream()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | chttp2_transport.cc | 708 grpc_closure* then_schedule_closure) { in destroy_stream() argument 725 s->destroy_stream_arg = then_schedule_closure; in destroy_stream()
|
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | chttp2_transport.cc | 766 grpc_closure* then_schedule_closure) { in destroy_stream() argument 780 s->destroy_stream_arg = then_schedule_closure; in destroy_stream()
|