| 296 | GeoStatistics::~GeoStatistics() = default; |
| 297 | |
| 298 | bool GeoStatistics::Equals(const GeoStatistics& other) const { |
| 299 | return impl_->Equals(*other.impl_); |
| 300 | } |
| 301 | |
| 302 | void GeoStatistics::Merge(const GeoStatistics& other) { impl_->Merge(*other.impl_); } |
| 303 |
no outgoing calls