Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/surface/
Dcall.cc1483 int num_recv_ops = 0; in call_start_batch() local
1738 ++num_recv_ops; in call_start_batch()
1760 ++num_recv_ops; in call_start_batch()
1795 ++num_recv_ops; in call_start_batch()
1825 ++num_recv_ops; in call_start_batch()
1835 gpr_ref_init(&bctl->steps_to_complete, (has_send_ops ? 1 : 0) + num_recv_ops); in call_start_batch()