Searched refs:AddOrUpdateIndex (Results 1 – 1 of 1) sorted by relevance
470 void AddOrUpdateIndex(const Slice& key);515 void WriteBatchWithIndex::Rep::AddOrUpdateIndex( in AddOrUpdateIndex() function in ROCKSDB_NAMESPACE::WriteBatchWithIndex::Rep527 void WriteBatchWithIndex::Rep::AddOrUpdateIndex(const Slice& key) { in AddOrUpdateIndex() function in ROCKSDB_NAMESPACE::WriteBatchWithIndex::Rep687 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 …]