|
leveldb
|
#include <stdio.h>#include <stdint.h>#include <string>#include "port/port.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