Searched refs:UpdateInternalKey (Results 1 – 5 of 5) sorted by relevance
| /rocksdb-6.9/db/compaction/ |
| D | compaction_iterator.cc | 156 current_key_.UpdateInternalKey(ikey_.sequence, ikey_.type); in Next() 223 current_key_.UpdateInternalKey(ikey_.sequence, kTypeDeletion); in InvokeFilterIfNeeded() 307 current_key_.UpdateInternalKey(ikey_.sequence, ikey_.type); in NextFromInput() 598 current_key_.UpdateInternalKey(ikey_.sequence, ikey_.type); in NextFromInput() 682 current_key_.UpdateInternalKey(0, ikey_.type); in PrepareOutput()
|
| /rocksdb-6.9/db/ |
| D | dbformat_test.cc | 176 TEST_F(FormatTest, UpdateInternalKey) { in TEST_F() argument 184 UpdateInternalKey(&ikey, new_seq, new_val_type); in TEST_F()
|
| D | merge_helper.cc | 224 UpdateInternalKey(&original_key, orig_ikey.sequence, orig_ikey.type); in MergeUntil() 331 UpdateInternalKey(&original_key, orig_ikey.sequence, orig_ikey.type); in MergeUntil()
|
| D | dbformat.h | 310 inline void UpdateInternalKey(std::string* ikey, uint64_t seq, ValueType t) { in UpdateInternalKey() function 439 void UpdateInternalKey(uint64_t seq, ValueType t) { in UpdateInternalKey() function
|
| /rocksdb-6.9/table/block_based/ |
| D | block.cc | 555 key_.UpdateInternalKey(global_seqno_, value_type); in ParseNextDataKey() 654 first_internal_key.UpdateInternalKey(global_seqno_state_->global_seqno, in DecodeCurrentValue()
|