Home
last modified time | relevance | path

Searched refs:PackSequenceAndType (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/db/
Ddbformat.cc29 uint64_t PackSequenceAndType(uint64_t seq, ValueType t) { in PackSequenceAndType() function
75 PutFixed64(result, PackSequenceAndType(key.sequence, key.type)); in AppendInternalKey()
84 PutFixed64(result, PackSequenceAndType(key.sequence, key.type)); in AppendInternalKeyWithDifferentTimestamp()
89 PutFixed64(result, PackSequenceAndType(s, t)); in AppendInternalKeyFooter()
149 PackSequenceAndType(kMaxSequenceNumber, kValueTypeForSeek)); in FindShortestSeparator()
165 PackSequenceAndType(kMaxSequenceNumber, kValueTypeForSeek)); in FindShortSuccessor()
192 EncodeFixed64(dst, PackSequenceAndType(s, kValueTypeForSeek)); in LookupKey()
Ddbformat.h125 extern uint64_t PackSequenceAndType(uint64_t seq, ValueType t);
464 PackSequenceAndType(s, value_type));
Dmemtable.cc495 uint64_t packed = PackSequenceAndType(s, type); in Add()
/rocksdb-6.9/db/compaction/
Dcompaction.cc22 PackSequenceAndType(kMaxSequenceNumber, kTypeRangeDeletion);
Dcompaction_job.cc1296 PackSequenceAndType(0, kTypeRangeDeletion)); in FinishCompactionOutputFile()