Home
last modified time | relevance | path

Searched defs:InternalKey (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/leveldatabase/src/db/
Ddbformat.h46 class InternalKey; variable
148 InternalKey() { } // Leave rep_ as empty to indicate it is invalid in InternalKey() function
149 InternalKey(const Slice& user_key, SequenceNumber s, ValueType t) { in InternalKey() function