Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dclient_channel.cc530 grpc_transport_stream_op_batch* pending_batches_[MAX_PENDING_BATCHES] = {}; member in grpc_core::__anon5e2240680111::CallData
853 PendingBatch pending_batches_[MAX_PENDING_BATCHES]; member in grpc_core::__anon5e2240680111::RetryingCall
1041 grpc_transport_stream_op_batch* pending_batches_[MAX_PENDING_BATCHES] = {}; member in grpc_core::__anon5e2240680111::LoadBalancedCall
2660 for (size_t i = 0; i < GPR_ARRAY_SIZE(pending_batches_); ++i) { in ~CallData()
2661 GPR_ASSERT(pending_batches_[i] == nullptr); in ~CallData()
2808 grpc_transport_stream_op_batch*& pending = pending_batches_[idx]; in PendingBatchesAdd()
2830 for (size_t i = 0; i < GPR_ARRAY_SIZE(pending_batches_); ++i) { in PendingBatchesFail()
2831 if (pending_batches_[i] != nullptr) ++num_batches; in PendingBatchesFail()
2838 for (size_t i = 0; i < GPR_ARRAY_SIZE(pending_batches_); ++i) { in PendingBatchesFail()
2839 grpc_transport_stream_op_batch*& batch = pending_batches_[i]; in PendingBatchesFail()
[all …]