Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DMessages.cs2081 public int MaxReconnectBackoffMs { property in Grpc.Testing.ReconnectParams
2101 if (MaxReconnectBackoffMs != other.MaxReconnectBackoffMs) return false; in Equals()
2108 if (MaxReconnectBackoffMs != 0) hash ^= MaxReconnectBackoffMs.GetHashCode(); in GetHashCode()
2122 if (MaxReconnectBackoffMs != 0) { in WriteTo()
2124 output.WriteInt32(MaxReconnectBackoffMs); in WriteTo()
2134 if (MaxReconnectBackoffMs != 0) { in CalculateSize()
2135 size += 1 + pb::CodedOutputStream.ComputeInt32Size(MaxReconnectBackoffMs); in CalculateSize()
2148 if (other.MaxReconnectBackoffMs != 0) { in MergeFrom()
2149 MaxReconnectBackoffMs = other.MaxReconnectBackoffMs; in MergeFrom()
2163 MaxReconnectBackoffMs = input.ReadInt32(); in MergeFrom()