8 #ifndef STORAGE_LEVELDB_UTIL_LOGGING_H_ 9 #define STORAGE_LEVELDB_UTIL_LOGGING_H_ 14 #include "port/port.h" 43 #endif // STORAGE_LEVELDB_UTIL_LOGGING_H_
bool ConsumeDecimalNumber(Slice *in, uint64_t *val)
std::string EscapeString(const Slice &value)
std::string NumberToString(uint64_t num)
void AppendNumberTo(std::string *str, uint64_t num)
void AppendEscapedStringTo(std::string *str, const Slice &value)