Searched refs:has_send_ops (Results 1 – 2 of 2) sorted by relevance
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()