Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DControl.cs3302 spawnLocalWorkerCount_ = other.spawnLocalWorkerCount_; in Scenario()
3411 private int spawnLocalWorkerCount_; field in Grpc.Testing.Scenario
3417 get { return spawnLocalWorkerCount_; }
3419 spawnLocalWorkerCount_ = value;
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DControl.java13121 spawnLocalWorkerCount_ = 0; in Scenario()
13209 spawnLocalWorkerCount_ = input.readInt32(); in Scenario()
13397 private int spawnLocalWorkerCount_; field in Control.Scenario
13406 return spawnLocalWorkerCount_; in getSpawnLocalWorkerCount()
13442 if (spawnLocalWorkerCount_ != 0) { in writeTo()
13443 output.writeInt32(8, spawnLocalWorkerCount_); in writeTo()
13480 if (spawnLocalWorkerCount_ != 0) { in getSerializedSize()
13482 .computeInt32Size(8, spawnLocalWorkerCount_); in getSerializedSize()
13708 spawnLocalWorkerCount_ = 0; in clear()
13747 result.spawnLocalWorkerCount_ = spawnLocalWorkerCount_; in buildPartial()
[all …]