Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/filters/client_channel/
Dclient_channel.cc900 bool send_ops_cached; member
1013 if (pending->send_ops_cached) return; in maybe_cache_send_ops_for_batch()
1014 pending->send_ops_cached = true; in maybe_cache_send_ops_for_batch()
1157 pending->send_ops_cached = false; in pending_batches_add()
2067 if (batch == nullptr || pending->send_ops_cached) continue; in add_closures_for_replay_or_pending_send_ops()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dclient_channel.cc666 bool send_ops_cached = false; member
3339 if (pending->send_ops_cached) return; in MaybeCacheSendOpsForBatch()
3340 pending->send_ops_cached = true; in MaybeCacheSendOpsForBatch()
3459 pending->send_ops_cached = false; in PendingBatchesAdd()
4277 if (batch == nullptr || pending->send_ops_cached) continue; in AddClosuresForReplayOrPendingSendOps()