Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DControl.cs1108 public int OutstandingRpcsPerChannel { property in Grpc.Testing.ClientConfig
1297 if (OutstandingRpcsPerChannel != other.OutstandingRpcsPerChannel) return false; in Equals()
1320 if (OutstandingRpcsPerChannel != 0) hash ^= OutstandingRpcsPerChannel.GetHashCode(); in GetHashCode()
1356 if (OutstandingRpcsPerChannel != 0) { in WriteTo()
1358 output.WriteInt32(OutstandingRpcsPerChannel); in WriteTo()
1421 if (OutstandingRpcsPerChannel != 0) { in CalculateSize()
1422 size += 1 + pb::CodedOutputStream.ComputeInt32Size(OutstandingRpcsPerChannel); in CalculateSize()
1480 if (other.OutstandingRpcsPerChannel != 0) { in MergeFrom()
1481 OutstandingRpcsPerChannel = other.OutstandingRpcsPerChannel; in MergeFrom()
1554 OutstandingRpcsPerChannel = input.ReadInt32(); in MergeFrom()
DClientRunners.cs80 config.OutstandingRpcsPerChannel, in CreateStarted()