|
leveldb
|
#include "leveldb/db.h"#include "db/memtable.h"#include "db/write_batch_internal.h"#include "leveldb/env.h"#include "util/logging.h"#include "util/testharness.h"
Go to the source code of this file.
Classes | |
| class | leveldb::WriteBatchTest |
Namespaces | |
| leveldb | |
Functions | |
| static std::string | leveldb::PrintContents (WriteBatch *b) |
| leveldb::TEST (WriteBatchTest, Empty) | |
| leveldb::TEST (WriteBatchTest, Multiple) | |
| leveldb::TEST (WriteBatchTest, Corruption) | |
| leveldb::TEST (WriteBatchTest, Append) | |
| int | main (int argc, char **argv) |
| class leveldb::WriteBatchTest |
Definition at line 55 of file write_batch_test.cc.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
1.8.12