Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/write_batch_with_index/
Dwrite_batch_with_index.cc465 bool UpdateExistingEntryWithCfId(uint32_t column_family_id, const Slice& key);
488 return UpdateExistingEntryWithCfId(cf_id, key); in UpdateExistingEntry()
491 bool WriteBatchWithIndex::Rep::UpdateExistingEntryWithCfId( in UpdateExistingEntryWithCfId() function in ROCKSDB_NAMESPACE::WriteBatchWithIndex::Rep
528 if (!UpdateExistingEntryWithCfId(0, key)) { in AddOrUpdateIndex()
607 if (!UpdateExistingEntryWithCfId(column_family_id, key)) { in ReBuildIndex()