HomeSort by relevance Sort by last modified time
    Searched refs:getCqPollCount (Results 1 - 3 of 3) sorted by null

  /external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
ClientStats.php 188 public function getCqPollCount()
ServerStats.php 203 public function getCqPollCount()
  /external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
Stats.java 74 long getCqPollCount();
257 public long getCqPollCount() {
355 result = result && (getCqPollCount()
356 == other.getCqPollCount());
385 getCqPollCount());
611 if (other.getCqPollCount() != 0L) {
612 setCqPollCount(other.getCqPollCount());
842 public long getCqPollCount() {
    [all...]

Completed in 55 milliseconds