Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/surface/
Dcall.cc1482 bool has_send_ops = false; in call_start_batch() local
1589 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()
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dclient_channel.cc2501 const bool has_send_ops = batch->send_initial_metadata || in add_subchannel_batches_for_pending_batches() local
2504 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()