#include <format.h>
Definition at line 22 of file format.h.
Enumerator |
---|
kMaxEncodedLength |
|
Definition at line 38 of file format.h.
leveldb::BlockHandle::BlockHandle |
( |
| ) |
|
|
inline |
Status leveldb::BlockHandle::DecodeFrom |
( |
Slice * |
input | ) |
|
void leveldb::BlockHandle::EncodeTo |
( |
std::string * |
dst | ) |
const |
uint64_t leveldb::BlockHandle::offset |
( |
| ) |
const |
|
inline |
void leveldb::BlockHandle::set_offset |
( |
uint64_t |
offset | ) |
|
|
inline |
void leveldb::BlockHandle::set_size |
( |
uint64_t |
size | ) |
|
|
inline |
uint64_t leveldb::BlockHandle::size |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: