Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DStats.cs176 public ulong CqPollCount { property in Grpc.Testing.ServerStats
215 if (CqPollCount != other.CqPollCount) return false; in Equals()
228 if (CqPollCount != 0UL) hash ^= CqPollCount.GetHashCode(); in GetHashCode()
263 if (CqPollCount != 0UL) { in WriteTo()
265 output.WriteUInt64(CqPollCount); in WriteTo()
294 if (CqPollCount != 0UL) { in CalculateSize()
295 size += 1 + pb::CodedOutputStream.ComputeUInt64Size(CqPollCount); in CalculateSize()
326 if (other.CqPollCount != 0UL) { in MergeFrom()
327 CqPollCount = other.CqPollCount; in MergeFrom()
367 CqPollCount = input.ReadUInt64(); in MergeFrom()
[all …]