Searched refs:getAsyncClientThreads (Results 1 – 3 of 3) sorted by relevance
244 public function getAsyncClientThreads() function in Grpc\\Testing\\ClientConfig
112 threadCount = config.getAsyncClientThreads() == 0 in LoadClient()114 : config.getAsyncClientThreads(); in LoadClient()
3685 int getAsyncClientThreads(); in getAsyncClientThreads() method4172 public int getAsyncClientThreads() { in getAsyncClientThreads() method in Control.ClientConfig4572 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