Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DControl.cs3416 public int SpawnLocalWorkerCount { property in Grpc.Testing.Scenario
3443 if (SpawnLocalWorkerCount != other.SpawnLocalWorkerCount) return false; in Equals()
3457 if (SpawnLocalWorkerCount != 0) hash ^= SpawnLocalWorkerCount.GetHashCode(); in GetHashCode()
3499 if (SpawnLocalWorkerCount != 0) { in WriteTo()
3501 output.WriteInt32(SpawnLocalWorkerCount); in WriteTo()
3532 if (SpawnLocalWorkerCount != 0) { in CalculateSize()
3533 size += 1 + pb::CodedOutputStream.ComputeInt32Size(SpawnLocalWorkerCount); in CalculateSize()
3573 if (other.SpawnLocalWorkerCount != 0) { in MergeFrom()
3574 SpawnLocalWorkerCount = other.SpawnLocalWorkerCount; in MergeFrom()
3622 SpawnLocalWorkerCount = input.ReadInt32(); in MergeFrom()