Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
util_hash Namespace Reference

Functions

uint64_t Hash (uint64_t num, uint64_t c)
uint64_t Hash (uint64_t a, uint64_t b, uint64_t c)
uint64_t MurmurHash64 (const char *buf, const size_t len)

Function Documentation

◆ Hash() [1/2]

uint64_t util_hash::Hash ( uint64_t a,
uint64_t b,
uint64_t c )
inline

Definition at line 79 of file hash.h.

◆ Hash() [2/2]

uint64_t util_hash::Hash ( uint64_t num,
uint64_t c )
inline

Definition at line 73 of file hash.h.

◆ MurmurHash64()

uint64_t util_hash::MurmurHash64 ( const char * buf,
const size_t len )
inline

Definition at line 25 of file murmur.h.