Google OR-Tools: ortools/base/hash.h File Reference
#include <array>
#include <cstdint>
#include <string>
#include <utility>
Go to the source code of this file.
Namespaces | |
| namespace | operations_research |
| OR-Tools root namespace. | |
| namespace | util_hash |
Functions | |
| uint64_t | operations_research::fasthash64 (const void *buf, size_t len, uint64_t seed) |
| static void | operations_research::mix (uint64_t &a, uint64_t &b, uint64_t &c) |
| uint64_t | util_hash::Hash (uint64_t num, uint64_t c) |
| uint64_t | util_hash::Hash (uint64_t a, uint64_t b, uint64_t c) |