Searched refs:ThreadsPerCq (Results 1 – 1 of 1) sorted by relevance
1246 public int ThreadsPerCq { property in Grpc.Testing.ClientConfig1308 if (ThreadsPerCq != other.ThreadsPerCq) return false; in Equals()1331 if (ThreadsPerCq != 0) hash ^= ThreadsPerCq.GetHashCode(); in GetHashCode()1394 if (ThreadsPerCq != 0) { in WriteTo()1396 output.WriteInt32(ThreadsPerCq); in WriteTo()1450 if (ThreadsPerCq != 0) { in CalculateSize()1451 size += 2 + pb::CodedOutputStream.ComputeInt32Size(ThreadsPerCq); in CalculateSize()1518 if (other.ThreadsPerCq != 0) { in MergeFrom()1519 ThreadsPerCq = other.ThreadsPerCq; in MergeFrom()1608 ThreadsPerCq = input.ReadInt32(); in MergeFrom()[all …]