| 1757 | } |
| 1758 | |
| 1759 | virtual uint64_t GetHashCode(void* hasher) { |
| 1760 | return static_cast<HasherType*>(hasher)->GetHashCode(); |
| 1761 | } |
| 1762 | |
| 1763 | virtual void DestroryHasher(void* hasher) { |
| 1764 | HasherType* h = static_cast<HasherType*>(hasher); |
nothing calls this directly
no test coverage detected