Home
last modified time | relevance | path

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

/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DReconnectParams.php33 public function getMaxReconnectBackoffMs() function in Grpc\\Testing\\ReconnectParams
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DMessages.java9182 int getMaxReconnectBackoffMs(); in getMaxReconnectBackoffMs() method
9270 public int getMaxReconnectBackoffMs() { in getMaxReconnectBackoffMs() method in Messages.ReconnectParams
9317 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
/external/grpc-grpc-java/interop-testing/src/generated/main/java/io/grpc/testing/integration/
DMessages.java9257 int getMaxReconnectBackoffMs(); in getMaxReconnectBackoffMs() method
9345 public int getMaxReconnectBackoffMs() { in getMaxReconnectBackoffMs() method in Messages.ReconnectParams
9392 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