Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dclient_channel.cc662 struct PendingBatch { struct in grpc_core::__anon983758c10111::RetryingCall
671 void MaybeCacheSendOpsForBatch(PendingBatch* pending);
688 void PendingBatchClear(PendingBatch* pending);
689 void MaybeClearPendingBatch(PendingBatch* pending);
716 PendingBatch* PendingBatchFind(const char* log_message, Predicate predicate);
755 bool PendingBatchIsUnstarted(PendingBatch* pending,
853 PendingBatch pending_batches_[MAX_PENDING_BATCHES];
3338 void RetryingCall::MaybeCacheSendOpsForBatch(PendingBatch* pending) { in MaybeCacheSendOpsForBatch()
3456 PendingBatch* pending = &pending_batches_[idx]; in PendingBatchesAdd()
3507 void RetryingCall::PendingBatchClear(PendingBatch* pending) { in PendingBatchClear()
[all …]