Searched refs:FullKey (Results 1 – 4 of 4) sorted by relevance
32 struct FullKey { struct37 FullKey() : sequence(0) {} // Intentionally left uninitialized (for speed) in FullKey() argument38 FullKey(const Slice& u, const SequenceNumber& seq, EntryType t) in FullKey() function52 bool ParseFullKey(const Slice& internal_key, FullKey* result);
54 bool ParseFullKey(const Slice& internal_key, FullKey* fkey) { in ParseFullKey()
2504 FullKey fkey; in TEST_F()2541 FullKey fkey; in TEST_F()
558 …New struct `FullKey` was added to represent internal keys, along with a new helper function `Parse…