Home
last modified time | relevance | path

Searched defs:HashMix (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dmix.h22 HashMix() : hash_(1) {} in HashMix() function
23 explicit HashMix(size_t val) : hash_(val + 83) {} in HashMix() function