OR-Tools  9.1
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 156 of file hash.h.

◆ Hash() [2/2]

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

Definition at line 150 of file hash.h.

◆ MurmurHash64()

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

Definition at line 23 of file murmur.h.