Home
last modified time | relevance | path

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

/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DClientConfig.php244 public function getAsyncClientThreads() function in Grpc\\Testing\\ClientConfig
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/driver/
DLoadClient.java112 threadCount = config.getAsyncClientThreads() == 0 in LoadClient()
114 : config.getAsyncClientThreads(); in LoadClient()
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DControl.java3685 int getAsyncClientThreads(); in getAsyncClientThreads() method
4172 public int getAsyncClientThreads() { in getAsyncClientThreads() method in Control.ClientConfig
4572 result = result && (getAsyncClientThreads() in equals()
4573 == other.getAsyncClientThreads()); in equals()
4626 hash = (53 * hash) + getAsyncClientThreads(); in hashCode()
4970 if (other.getAsyncClientThreads() != 0) { in mergeFrom()
4971 setAsyncClientThreads(other.getAsyncClientThreads()); in mergeFrom()
5440 public int getAsyncClientThreads() { in getAsyncClientThreads() method in Control.ClientConfig.Builder