Home
last modified time | relevance | path

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

/external/chromium_org/third_party/leveldatabase/src/db/
Ddbformat.h201 Slice internal_key() const { return Slice(kstart_, end_ - kstart_); } in internal_key()
204 Slice user_key() const { return Slice(kstart_, end_ - kstart_ - 8); } in user_key()
215 const char* kstart_; variable
Ddbformat.cc132 kstart_ = dst; in LookupKey()