15 #ifndef STORAGE_LEVELDB_INCLUDE_SLICE_H_ 16 #define STORAGE_LEVELDB_INCLUDE_SLICE_H_ 109 #endif // STORAGE_LEVELDB_INCLUDE_SLICE_H_ Slice(const std::string &s)
std::string ToString() const
char operator[](size_t n) const
int compare(const Slice &b) const
bool operator!=(const Slice &x, const Slice &y)
void remove_prefix(size_t n)
Slice(const char *d, size_t n)
bool starts_with(const Slice &x) const
bool operator==(const Slice &x, const Slice &y)
const char * data() const