Home
last modified time | relevance | path

Searched refs:FullKey (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/include/rocksdb/
Dtypes.h32 struct FullKey { struct
37 FullKey() : sequence(0) {} // Intentionally left uninitialized (for speed) in FullKey() argument
38 FullKey(const Slice& u, const SequenceNumber& seq, EntryType t) in FullKey() function
52 bool ParseFullKey(const Slice& internal_key, FullKey* result);
/rocksdb-6.9/db/
Ddbformat.cc54 bool ParseFullKey(const Slice& internal_key, FullKey* fkey) { in ParseFullKey()
Ddb_iter_test.cc2504 FullKey fkey; in TEST_F()
2541 FullKey fkey; in TEST_F()
/rocksdb-6.9/
DHISTORY.md558 …New struct `FullKey` was added to represent internal keys, along with a new helper function `Parse…