Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dwrite_batch_internal.h199 static size_t AppendedByteSize(size_t leftByteSize, size_t rightByteSize);
Dwrite_batch.cc2083 size_t WriteBatchInternal::AppendedByteSize(size_t leftByteSize, in AppendedByteSize() function in ROCKSDB_NAMESPACE::WriteBatchInternal
/rocksdb-6.9/db/db_impl/
Ddb_impl_write.cc279 total_byte_size = WriteBatchInternal::AppendedByteSize( in WriteImpl()
505 total_byte_size = WriteBatchInternal::AppendedByteSize( in PipelinedWriteImpl()
711 total_byte_size = WriteBatchInternal::AppendedByteSize( in WriteImplWALOnly()