Searched refs:getMaxReconnectBackoffMs (Results 1 – 3 of 3) sorted by relevance
33 public function getMaxReconnectBackoffMs() function in Grpc\\Testing\\ReconnectParams
9182 int getMaxReconnectBackoffMs(); in getMaxReconnectBackoffMs() method9270 public int getMaxReconnectBackoffMs() { in getMaxReconnectBackoffMs() method in Messages.ReconnectParams9317 result = result && (getMaxReconnectBackoffMs() in equals()9318 == other.getMaxReconnectBackoffMs()); in equals()9331 hash = (53 * hash) + getMaxReconnectBackoffMs(); in hashCode()9532 if (other.getMaxReconnectBackoffMs() != 0) { in mergeFrom()9533 setMaxReconnectBackoffMs(other.getMaxReconnectBackoffMs()); in mergeFrom()9566 public int getMaxReconnectBackoffMs() { in getMaxReconnectBackoffMs() method in Messages.ReconnectParams.Builder
9257 int getMaxReconnectBackoffMs(); in getMaxReconnectBackoffMs() method9345 public int getMaxReconnectBackoffMs() { in getMaxReconnectBackoffMs() method in Messages.ReconnectParams9392 result = result && (getMaxReconnectBackoffMs() in equals()9393 == other.getMaxReconnectBackoffMs()); in equals()9406 hash = (53 * hash) + getMaxReconnectBackoffMs(); in hashCode()9607 if (other.getMaxReconnectBackoffMs() != 0) { in mergeFrom()9608 setMaxReconnectBackoffMs(other.getMaxReconnectBackoffMs()); in mergeFrom()9641 public int getMaxReconnectBackoffMs() { in getMaxReconnectBackoffMs() method in Messages.ReconnectParams.Builder