Searched refs:AsyncServerThreads (Results 1 – 2 of 2) sorted by relevance
51 if (config.AsyncServerThreads != 0) in CreateStarted()
2186 public int AsyncServerThreads { property in Grpc.Testing.ServerConfig2305 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()