Searched refs:has_send_ops (Results 1 – 4 of 4) sorted by relevance
1563 bool has_send_ops = false; in call_start_batch() local1679 has_send_ops = true; in call_start_batch()1709 has_send_ops = true; in call_start_batch()1730 has_send_ops = true; in call_start_batch()1802 has_send_ops = true; in call_start_batch()1927 bctl->set_num_steps_to_complete((has_send_ops ? 1 : 0) + num_recv_ops); in call_start_batch()1929 if (has_send_ops) { in call_start_batch()
1482 bool has_send_ops = false; in call_start_batch() local1589 has_send_ops = true; in call_start_batch()1619 has_send_ops = true; in call_start_batch()1640 has_send_ops = true; in call_start_batch()1710 has_send_ops = true; in call_start_batch()1835 gpr_ref_init(&bctl->steps_to_complete, (has_send_ops ? 1 : 0) + num_recv_ops); in call_start_batch()1837 if (has_send_ops) { in call_start_batch()
2501 const bool has_send_ops = batch->send_initial_metadata || in add_subchannel_batches_for_pending_batches() local2504 const int num_callbacks = has_send_ops + batch->recv_initial_metadata + in add_subchannel_batches_for_pending_batches()2508 elem, num_callbacks, has_send_ops /* set_on_complete */); in add_subchannel_batches_for_pending_batches()
4678 const bool has_send_ops = batch->send_initial_metadata || in AddSubchannelBatchesForPendingBatches() local4681 const int num_callbacks = has_send_ops + batch->recv_initial_metadata + in AddSubchannelBatchesForPendingBatches()4685 this, num_callbacks, has_send_ops /* set_on_complete */); in AddSubchannelBatchesForPendingBatches()