Searched refs:coreStats_ (Results 1 – 1 of 1) sorted by relevance
89 coreStats_ = other.coreStats_ != null ? other.coreStats_.Clone() : null; in ServerStats()185 private global::Grpc.Core.Stats coreStats_; field in Grpc.Testing.ServerStats191 get { return coreStats_; }193 coreStats_ = value;229 if (coreStats_ != null) hash ^= CoreStats.GetHashCode(); in GetHashCode()267 if (coreStats_ != null) { in WriteTo()297 if (coreStats_ != null) { in CalculateSize()329 if (other.coreStats_ != null) { in MergeFrom()330 if (coreStats_ == null) { in MergeFrom()331 coreStats_ = new global::Grpc.Core.Stats(); in MergeFrom()[all …]