OR-Tools  8.1
util_hash Namespace Reference

Functions

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

Function Documentation

◆ Hash() [1/2]

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

Definition at line 156 of file hash.h.

◆ Hash() [2/2]

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

Definition at line 150 of file hash.h.

◆ MurmurHash64()

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

Definition at line 23 of file murmur.h.