Searched refs:GetInternalKeySeqno (Results 1 – 10 of 10) sorted by relevance
537 assert(GetInternalKeySeqno(key_.GetInternalKey()) == 0); in ParseNextDataKey()646 assert(GetInternalKeySeqno(first_internal_key.GetInternalKey()) == 0); in DecodeCurrentValue()
422 ASSERT_GT(GetInternalKeySeqno(seek_ikey.Encode()), in TEST()423 GetInternalKeySeqno(iter->key())); in TEST()
42 EXPECT_EQ(tombstone.seq_, GetInternalKeySeqno(iter->key())); in CheckIterPosition()
793 GetInternalKeySeqno(key.internal_key()))); in Get()915 read_options, GetInternalKeySeqno(iter->lkey->internal_key()))); in MultiGet()
176 SequenceNumber tombstone_seq = GetInternalKeySeqno(ikey); in FragmentTombstones()
321 inline uint64_t GetInternalKeySeqno(const Slice& internal_key) { in GetInternalKeySeqno() function
179 EXPECT_EQ(tombstone.seq_, GetInternalKeySeqno(iter->key())); in CheckIterPosition()
307 seq_no = 1 + GetInternalKeySeqno(internal_key); in CreateRowCacheKeyPrefix()
86 : 1 + GetInternalKeySeqno(access.referenced_key); in GetSequenceNumber()
1283 smallest_ikey_seqnum = GetInternalKeySeqno(meta->smallest.Encode()); in FinishCompactionOutputFile()