Searched refs:PackSequenceAndType (Results 1 – 5 of 5) sorted by relevance
| /rocksdb-6.9/db/ |
| D | dbformat.cc | 29 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()
|
| D | dbformat.h | 125 extern uint64_t PackSequenceAndType(uint64_t seq, ValueType t); 464 PackSequenceAndType(s, value_type));
|
| D | memtable.cc | 495 uint64_t packed = PackSequenceAndType(s, type); in Add()
|
| /rocksdb-6.9/db/compaction/ |
| D | compaction.cc | 22 PackSequenceAndType(kMaxSequenceNumber, kTypeRangeDeletion);
|
| D | compaction_job.cc | 1296 PackSequenceAndType(0, kTypeRangeDeletion)); in FinishCompactionOutputFile()
|