Home
last modified time | relevance | path

Searched refs:StartBatchInCallCombiner (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/health/
Dhealth_check_client.h73 static void StartBatchInCallCombiner(void* arg, grpc_error* error);
Dhealth_check_client.cc383 void HealthCheckClient::CallState::StartBatchInCallCombiner( in StartBatchInCallCombiner() function in grpc_core::HealthCheckClient::CallState
395 GRPC_CLOSURE_INIT(&batch->handler_private.closure, StartBatchInCallCombiner, in StartBatch()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dclient_channel.cc786 static void StartBatchInCallCombiner(void* arg, grpc_error* ignored);
4363 void RetryingCall::StartBatchInCallCombiner(void* arg, in StartBatchInCallCombiner() function in grpc_core::__anon5e2240680111::RetryingCall
4376 GRPC_CLOSURE_INIT(&batch->handler_private.closure, StartBatchInCallCombiner, in AddClosureForSubchannelBatch()