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

/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddbformat.h43 class InternalKey;
124 int Compare(const InternalKey& a, const InternalKey& b) const;
141 class InternalKey { class in namespace:leveldb
145 InternalKey() { } // Leave rep_ as empty to indicate it is invalid function in class:leveldb::InternalKey
146 InternalKey(const Slice& user_key, SequenceNumber s, ValueType t) { function in class:leveldb::InternalKey
169 const InternalKey& a, const InternalKey& b) const {
210 // The suffix starting with "userkey" can be used as an InternalKey.

Completed in 53 milliseconds