#include <format.h>
◆ anonymous enum
Enumerator |
---|
kMaxEncodedLength | |
◆ BlockHandle()
leveldb::BlockHandle::BlockHandle |
( |
| ) |
|
|
inline |
◆ DecodeFrom()
Status leveldb::BlockHandle::DecodeFrom |
( |
Slice * |
input | ) |
|
◆ EncodeTo()
void leveldb::BlockHandle::EncodeTo |
( |
std::string * |
dst | ) |
const |
◆ offset()
uint64_t leveldb::BlockHandle::offset |
( |
| ) |
const |
|
inline |
◆ set_offset()
void leveldb::BlockHandle::set_offset |
( |
uint64_t |
offset | ) |
|
|
inline |
◆ set_size()
void leveldb::BlockHandle::set_size |
( |
uint64_t |
size | ) |
|
|
inline |
◆ size()
uint64_t leveldb::BlockHandle::size |
( |
| ) |
const |
|
inline |
◆ offset_
◆ size_
The documentation for this class was generated from the following files: