Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/write_batch_with_index/
Dwrite_batch_with_index.cc470 void AddOrUpdateIndex(const Slice& key);
515 void WriteBatchWithIndex::Rep::AddOrUpdateIndex( in AddOrUpdateIndex() function in ROCKSDB_NAMESPACE::WriteBatchWithIndex::Rep
527 void WriteBatchWithIndex::Rep::AddOrUpdateIndex(const Slice& key) { in AddOrUpdateIndex() function in ROCKSDB_NAMESPACE::WriteBatchWithIndex::Rep
687 rep->AddOrUpdateIndex(column_family, key); in Put()
696 rep->AddOrUpdateIndex(key); in Put()
706 rep->AddOrUpdateIndex(column_family, key); in Delete()
715 rep->AddOrUpdateIndex(key); in Delete()
725 rep->AddOrUpdateIndex(column_family, key); in SingleDelete()
734 rep->AddOrUpdateIndex(key); in SingleDelete()
744 rep->AddOrUpdateIndex(column_family, key); in Merge()
[all …]