Searched refs:cq_poll_count (Results 1 – 6 of 6) sorted by relevance
52 private $cq_poll_count = 0; variable in Grpc\\Testing\\ServerStats205 return $this->cq_poll_count;218 $this->cq_poll_count = $var;
47 private $cq_poll_count = 0; variable in Grpc\\Testing\\ClientStats190 return $this->cq_poll_count;203 $this->cq_poll_count = $var;
39 uint64 cq_poll_count = 6; field76 uint64 cq_poll_count = 6; field
39 uint64 cq_poll_count = 6; field79 uint64 cq_poll_count = 6; field
102 static double CliPollCount(const ClientStats& s) { return s.cq_poll_count(); } in CliPollCount()103 static double SvrPollCount(const ServerStats& s) { return s.cq_poll_count(); } in SvrPollCount()