Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dwrite_batch_internal.h132 static size_t GetFirstOffset(WriteBatch* batch);
Dwrite_batch.cc751 size_t WriteBatchInternal::GetFirstOffset(WriteBatch* /*b*/) { in GetFirstOffset() function in ROCKSDB_NAMESPACE::WriteBatchInternal
/rocksdb-6.9/utilities/write_batch_with_index/
Dwrite_batch_with_index.cc576 size_t offset = WriteBatchInternal::GetFirstOffset(&write_batch); in ReBuildIndex()