Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DControl.cs3301 benchmarkSeconds_ = other.benchmarkSeconds_; in Scenario()
3397 private int benchmarkSeconds_; field in Grpc.Testing.Scenario
3403 get { return benchmarkSeconds_; }
3405 benchmarkSeconds_ = value;
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DControl.java13120 benchmarkSeconds_ = 0; in Scenario()
13204 benchmarkSeconds_ = input.readInt32(); in Scenario()
13384 private int benchmarkSeconds_; field in Control.Scenario
13393 return benchmarkSeconds_; in getBenchmarkSeconds()
13439 if (benchmarkSeconds_ != 0) { in writeTo()
13440 output.writeInt32(7, benchmarkSeconds_); in writeTo()
13476 if (benchmarkSeconds_ != 0) { in getSerializedSize()
13478 .computeInt32Size(7, benchmarkSeconds_); in getSerializedSize()
13706 benchmarkSeconds_ = 0; in clear()
13746 result.benchmarkSeconds_ = benchmarkSeconds_; in buildPartial()
[all …]