![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
#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 | |
leveldb::TEST (WriteBatchTest, Empty) | |
leveldb::TEST (WriteBatchTest, Multiple) | |
leveldb::TEST (WriteBatchTest, Corruption) | |
leveldb::TEST (WriteBatchTest, Append) | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 118 of file write_batch_test.cc.