Searched refs:CqPollCount (Results 1 – 1 of 1) sorted by relevance
176 public ulong CqPollCount { property in Grpc.Testing.ServerStats215 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 …]