Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dclient_channel.cc825 static void CreateLbCall(void* arg, grpc_error* error);
3318 CreateLbCall(this, GRPC_ERROR_NONE); in StartTransportStreamOpBatch()
3694 GRPC_CLOSURE_INIT(&retry_closure_, CreateLbCall, this, nullptr); in DoRetry()
4764 void RetryingCall::CreateLbCall(void* arg, grpc_error* /*error*/) { in CreateLbCall() function in grpc_core::__anon983758c10111::RetryingCall