Searched refs:AsyncClientThreads (Results 1 – 2 of 2) sorted by relevance
1137 public int AsyncClientThreads { property in Grpc.Testing.ClientConfig1299 if (AsyncClientThreads != other.AsyncClientThreads) return false; in Equals()1322 if (AsyncClientThreads != 0) hash ^= AsyncClientThreads.GetHashCode(); in GetHashCode()1364 if (AsyncClientThreads != 0) { in WriteTo()1366 output.WriteInt32(AsyncClientThreads); in WriteTo()1427 if (AsyncClientThreads != 0) { in CalculateSize()1428 size += 1 + pb::CodedOutputStream.ComputeInt32Size(AsyncClientThreads); in CalculateSize()1486 if (other.AsyncClientThreads != 0) { in MergeFrom()1487 AsyncClientThreads = other.AsyncClientThreads; in MergeFrom()1562 AsyncClientThreads = input.ReadInt32(); in MergeFrom()
62 if (config.AsyncClientThreads != 0) in CreateStarted()