Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dwrite_batch.cc739 void WriteBatchInternal::SetCount(WriteBatch* b, uint32_t n) { in SetCount() function in ROCKSDB_NAMESPACE::WriteBatchInternal
765 WriteBatchInternal::SetCount(b, WriteBatchInternal::Count(b) + 1); in Put()
821 WriteBatchInternal::SetCount(b, WriteBatchInternal::Count(b) + 1); in Put()
904 WriteBatchInternal::SetCount(b, WriteBatchInternal::Count(b) + 1); in Delete()
926 WriteBatchInternal::SetCount(b, WriteBatchInternal::Count(b) + 1); in Delete()
950 WriteBatchInternal::SetCount(b, WriteBatchInternal::Count(b) + 1); in SingleDelete()
974 WriteBatchInternal::SetCount(b, WriteBatchInternal::Count(b) + 1); in SingleDelete()
998 WriteBatchInternal::SetCount(b, WriteBatchInternal::Count(b) + 1); in DeleteRange()
1023 WriteBatchInternal::SetCount(b, WriteBatchInternal::Count(b) + 1); in DeleteRange()
1160 WriteBatchInternal::SetCount(this, savepoint.count); in RollbackToSavePoint()
[all …]
Dwrite_batch_internal.h121 static void SetCount(WriteBatch* batch, uint32_t n);
234 WriteBatchInternal::SetCount(batch_, savepoint_.count); in commit()