Home
last modified time | relevance | path

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

/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DServerStats.php203 public function getCqPollCount() function in Grpc\\Testing\\ServerStats
DClientStats.php188 public function getCqPollCount() function in Grpc\\Testing\\ClientStats
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DStats.java74 long getCqPollCount(); in getCqPollCount() method
257 public long getCqPollCount() { in getCqPollCount() method in Stats.ServerStats
355 result = result && (getCqPollCount() in equals()
356 == other.getCqPollCount()); in equals()
385 getCqPollCount()); in hashCode()
611 if (other.getCqPollCount() != 0L) { in mergeFrom()
612 setCqPollCount(other.getCqPollCount()); in mergeFrom()
842 public long getCqPollCount() { in getCqPollCount() method in Stats.ServerStats.Builder
3005 long getCqPollCount(); in getCqPollCount() method
3256 public long getCqPollCount() { in getCqPollCount() method in Stats.ClientStats
[all …]