leveldb
Classes | Functions
leveldb::anonymous_namespace{bloom.cc} Namespace Reference

Classes

class  BloomFilterPolicy
 

Functions

static uint32_t BloomHash (const Slice &key)
 

Function Documentation

§ BloomHash()

static uint32_t leveldb::anonymous_namespace{bloom.cc}::BloomHash ( const Slice key)
static

Definition at line 13 of file bloom.cc.

13  {
14  return Hash(key.data(), key.size(), 0xbc9f1d34);
15 }
uint32_t Hash(const char *data, size_t n, uint32_t seed)
Definition: hash.cc:18
Here is the call graph for this function:
Here is the caller graph for this function: