#include <dbformat.h>
Definition at line 144 of file dbformat.h.
§ InternalKey() [1/2]
| leveldb::InternalKey::InternalKey |
( |
| ) |
|
|
inline |
§ InternalKey() [2/2]
Definition at line 149 of file dbformat.h.
void AppendInternalKey(std::string *result, const ParsedInternalKey &key)
§ Clear()
| void leveldb::InternalKey::Clear |
( |
| ) |
|
|
inline |
§ DebugString()
| std::string leveldb::InternalKey::DebugString |
( |
| ) |
const |
Definition at line 34 of file dbformat.cc.
36 ParsedInternalKey parsed;
38 result = parsed.DebugString();
bool ParseInternalKey(const Slice &internal_key, ParsedInternalKey *result)
std::string EscapeString(const Slice &value)
§ DecodeFrom()
| void leveldb::InternalKey::DecodeFrom |
( |
const Slice & |
s | ) |
|
|
inline |
§ Encode()
| Slice leveldb::InternalKey::Encode |
( |
| ) |
const |
|
inline |
§ SetFrom()
Definition at line 161 of file dbformat.h.
void AppendInternalKey(std::string *result, const ParsedInternalKey &key)
§ user_key()
| Slice leveldb::InternalKey::user_key |
( |
| ) |
const |
|
inline |
Definition at line 159 of file dbformat.h.
Slice ExtractUserKey(const Slice &internal_key)
§ rep_
| std::string leveldb::InternalKey::rep_ |
|
private |
The documentation for this class was generated from the following files: