Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/write_batch_with_index/
Dwrite_batch_with_index.cc464 bool UpdateExistingEntry(ColumnFamilyHandle* column_family, const Slice& key);
485 bool WriteBatchWithIndex::Rep::UpdateExistingEntry( in UpdateExistingEntry() function in ROCKSDB_NAMESPACE::WriteBatchWithIndex::Rep
517 if (!UpdateExistingEntry(column_family, key)) { in AddOrUpdateIndex()