Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DControl.cs1123 public int ClientChannels { property in Grpc.Testing.ClientConfig
1298 if (ClientChannels != other.ClientChannels) return false; in Equals()
1321 if (ClientChannels != 0) hash ^= ClientChannels.GetHashCode(); in GetHashCode()
1360 if (ClientChannels != 0) { in WriteTo()
1362 output.WriteInt32(ClientChannels); in WriteTo()
1424 if (ClientChannels != 0) { in CalculateSize()
1425 size += 1 + pb::CodedOutputStream.ComputeInt32Size(ClientChannels); in CalculateSize()
1483 if (other.ClientChannels != 0) { in MergeFrom()
1484 ClientChannels = other.ClientChannels; in MergeFrom()
1558 ClientChannels = input.ReadInt32(); in MergeFrom()
DClientRunners.cs75 …var channels = CreateChannels(config.ClientChannels, config.ServerTargets, config.SecurityParams, … in CreateStarted()