Searched refs:cqPollCount_ (Results 1 – 2 of 2) sorted by relevance
88 cqPollCount_ = other.cqPollCount_; in ServerStats()171 private ulong cqPollCount_; field in Grpc.Testing.ServerStats177 get { return cqPollCount_; }179 cqPollCount_ = value;1001 cqPollCount_ = other.cqPollCount_; in ClientStats()1076 private ulong cqPollCount_; field in Grpc.Testing.ClientStats1082 get { return cqPollCount_; }1084 cqPollCount_ = value;
94 cqPollCount_ = 0L; in ServerStats()155 cqPollCount_ = input.readUInt64(); in ServerStats()249 private long cqPollCount_; field in Stats.ServerStats258 return cqPollCount_; in getCqPollCount()288 if (cqPollCount_ != 0L) { in writeTo()289 output.writeUInt64(6, cqPollCount_); in writeTo()319 if (cqPollCount_ != 0L) { in getSerializedSize()321 .computeUInt64Size(6, cqPollCount_); in getSerializedSize()525 cqPollCount_ = 0L; in clear()554 result.cqPollCount_ = cqPollCount_; in buildPartial()[all …]