OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kstart_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/leveldatabase/src/db/
dbformat.h
201
Slice internal_key() const { return Slice(
kstart_
, end_ -
kstart_
); }
204
Slice user_key() const { return Slice(
kstart_
, end_ -
kstart_
- 8); }
209
// userkey char[klength] <--
kstart_
215
const char*
kstart_
;
member in class:leveldb::LookupKey
dbformat.cc
132
kstart_
= dst;
Completed in 50 milliseconds