Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DControl.cs1137 public int AsyncClientThreads { property in Grpc.Testing.ClientConfig
1299 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()
DClientRunners.cs62 if (config.AsyncClientThreads != 0) in CreateStarted()