leveldb
Namespaces | Functions
dbformat.cc File Reference
#include <stdio.h>
#include "db/dbformat.h"
#include "port/port.h"
#include "util/coding.h"
Include dependency graph for dbformat.cc:

Go to the source code of this file.

Namespaces

 leveldb
 

Functions

static uint64_t leveldb::PackSequenceAndType (uint64_t seq, ValueType t)
 
void leveldb::AppendInternalKey (std::string *result, const ParsedInternalKey &key)