Home
last modified time | relevance | path

Searched refs:num_recv_ops (Results 1 – 2 of 2) 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()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dcall.cc1564 int num_recv_ops = 0; in call_start_batch() local
1830 ++num_recv_ops; in call_start_batch()
1852 ++num_recv_ops; in call_start_batch()
1887 ++num_recv_ops; in call_start_batch()
1917 ++num_recv_ops; in call_start_batch()
1927 bctl->set_num_steps_to_complete((has_send_ops ? 1 : 0) + num_recv_ops); in call_start_batch()