Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DStats.cs162 public ulong IdleCpuTime { property in Grpc.Testing.ServerStats
214 if (IdleCpuTime != other.IdleCpuTime) return false; in Equals()
227 if (IdleCpuTime != 0UL) hash ^= IdleCpuTime.GetHashCode(); in GetHashCode()
259 if (IdleCpuTime != 0UL) { in WriteTo()
261 output.WriteUInt64(IdleCpuTime); in WriteTo()
291 if (IdleCpuTime != 0UL) { in CalculateSize()
292 size += 1 + pb::CodedOutputStream.ComputeUInt64Size(IdleCpuTime); in CalculateSize()
323 if (other.IdleCpuTime != 0UL) { in MergeFrom()
324 IdleCpuTime = other.IdleCpuTime; in MergeFrom()
363 IdleCpuTime = input.ReadUInt64(); in MergeFrom()