Bitcoin
|
#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"
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) |
int main | ( | int | argc, |
char ** | argv | ||
) |