Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DServerRunners.cs51 if (config.AsyncServerThreads != 0) in CreateStarted()
DControl.cs2186 public int AsyncServerThreads { property in Grpc.Testing.ServerConfig
2305 if (AsyncServerThreads != other.AsyncServerThreads) return false; in Equals()
2322 if (AsyncServerThreads != 0) hash ^= AsyncServerThreads.GetHashCode(); in GetHashCode()
2355 if (AsyncServerThreads != 0) { in WriteTo()
2357 output.WriteInt32(AsyncServerThreads); in WriteTo()
2398 if (AsyncServerThreads != 0) { in CalculateSize()
2399 size += 1 + pb::CodedOutputStream.ComputeInt32Size(AsyncServerThreads); in CalculateSize()
2441 if (other.AsyncServerThreads != 0) { in MergeFrom()
2442 AsyncServerThreads = other.AsyncServerThreads; in MergeFrom()
2491 AsyncServerThreads = input.ReadInt32(); in MergeFrom()