Home
last modified time | relevance | path

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

/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DServerStats.php52 private $cq_poll_count = 0; variable in Grpc\\Testing\\ServerStats
205 return $this->cq_poll_count;
218 $this->cq_poll_count = $var;
DClientStats.php47 private $cq_poll_count = 0; variable in Grpc\\Testing\\ClientStats
190 return $this->cq_poll_count;
203 $this->cq_poll_count = $var;
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dstats.proto39 uint64 cq_poll_count = 6; field
76 uint64 cq_poll_count = 6; field
/external/grpc-grpc/src/proto/grpc/testing/
Dstats.proto39 uint64 cq_poll_count = 6; field
79 uint64 cq_poll_count = 6; field
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dstats.proto39 uint64 cq_poll_count = 6; field
79 uint64 cq_poll_count = 6; field
/external/grpc-grpc/test/cpp/qps/
Ddriver.cc102 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()