Home
last modified time | relevance | path

Searched refs:getWarmupSeconds (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DScenario.php208 public function getWarmupSeconds() function in Grpc\\Testing\\Scenario
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DControl.java13079 int getWarmupSeconds(); in getWarmupSeconds() method
13379 public int getWarmupSeconds() { in getWarmupSeconds() method in Control.Scenario
13516 result = result && (getWarmupSeconds() in equals()
13517 == other.getWarmupSeconds()); in equals()
13548 hash = (53 * hash) + getWarmupSeconds(); in hashCode()
13805 if (other.getWarmupSeconds() != 0) { in mergeFrom()
13806 setWarmupSeconds(other.getWarmupSeconds()); in mergeFrom()
14320 public int getWarmupSeconds() { in getWarmupSeconds() method in Control.Scenario.Builder