Searched refs:totalCpuTime_ (Results 1 – 2 of 2) sorted by relevance
86 totalCpuTime_ = other.totalCpuTime_; in ServerStats()143 private ulong totalCpuTime_; field in Grpc.Testing.ServerStats149 get { return totalCpuTime_; }151 totalCpuTime_ = value;
92 totalCpuTime_ = 0L; in ServerStats()145 totalCpuTime_ = input.readUInt64(); in ServerStats()223 private long totalCpuTime_; field in Stats.ServerStats232 return totalCpuTime_; in getTotalCpuTime()282 if (totalCpuTime_ != 0L) { in writeTo()283 output.writeUInt64(4, totalCpuTime_); in writeTo()311 if (totalCpuTime_ != 0L) { in getSerializedSize()313 .computeUInt64Size(4, totalCpuTime_); in getSerializedSize()521 totalCpuTime_ = 0L; in clear()552 result.totalCpuTime_ = totalCpuTime_; in buildPartial()[all …]