|
leveldb
|
#include "util/logging.h"#include <errno.h>#include <stdarg.h>#include <stdio.h>#include <stdlib.h>#include "leveldb/env.h"#include "leveldb/slice.h"
Go to the source code of this file.
Namespaces | |
| leveldb | |
Functions | |
| void | leveldb::AppendNumberTo (std::string *str, uint64_t num) |
| void | leveldb::AppendEscapedStringTo (std::string *str, const Slice &value) |
| std::string | leveldb::NumberToString (uint64_t num) |
| std::string | leveldb::EscapeString (const Slice &value) |
| bool | leveldb::ConsumeDecimalNumber (Slice *in, uint64_t *val) |
1.8.12