Home
last modified time | relevance | path

Searched refs:kstart_ (Results 1 – 2 of 2) sorted by relevance

/external/leveldb/db/
Ddbformat.h199 Slice internal_key() const { return Slice(kstart_, end_ - kstart_); } in internal_key()
202 Slice user_key() const { return Slice(kstart_, end_ - kstart_ - 8); } in user_key()
213 const char* kstart_; variable
Ddbformat.cc128 kstart_ = dst; in LookupKey()