reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
898 HashAccumulator64() { Hash = 0x6acaa36bef8325c5ULL; } 901 Hash = hashing::detail::hash_16_bytes(Hash, V); 901 Hash = hashing::detail::hash_16_bytes(Hash, V); 905 uint64_t getHash() { return Hash; }