| 205 | } |
| 206 | |
| 207 | void AccumulateHashFrom(const Scalar& scalar) { |
| 208 | // Note we already injected the type in ScalarHashImpl::ScalarHashImpl |
| 209 | if (scalar.is_valid) { |
| 210 | DCHECK_OK(VisitScalarInline(scalar, this)); |
| 211 | } |
| 212 | } |
| 213 | |
| 214 | size_t hash_; |
| 215 | }; |
nothing calls this directly
no test coverage detected