leveldb
Classes | Namespaces | Functions | Variables
bloom_test.cc File Reference
#include "leveldb/filter_policy.h"
#include "util/coding.h"
#include "util/logging.h"
#include "util/testharness.h"
#include "util/testutil.h"
Include dependency graph for bloom_test.cc:

Go to the source code of this file.

Classes

class  leveldb::BloomTest
 

Namespaces

 leveldb
 

Functions

static Slice leveldb::Key (int i, char *buffer)
 
 leveldb::TEST (BloomTest, EmptyFilter)
 
 leveldb::TEST (BloomTest, Small)
 
static int leveldb::NextLength (int length)
 
 leveldb::TEST (BloomTest, VaryingLengths)
 
int main (int argc, char **argv)
 

Variables

static const int leveldb::kVerbose = 1
 

Function Documentation

§ main()

int main ( int  argc,
char **  argv 
)

Definition at line 160 of file bloom_test.cc.

160  {
162 }
int RunAllTests()
Definition: testharness.cc:36
Here is the call graph for this function: