|
leveldb
|
#include "leveldb/filter_policy.h"#include "util/coding.h"#include "util/logging.h"#include "util/testharness.h"#include "util/testutil.h"
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 |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
1.8.12