Home
last modified time | relevance | path

Searched defs:max_bytes (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/utilities/write_batch_with_index/
Dwrite_batch_with_index_internal.h89 : WriteBatch(reserved_bytes, max_bytes) {} in WriteBatch() argument
Dwrite_batch_with_index.cc635 bool overwrite_key, size_t max_bytes) in WriteBatchWithIndex()
1057 void WriteBatchWithIndex::SetMaxBytes(size_t max_bytes) { in SetMaxBytes()
/rocksdb-6.9/include/rocksdb/
Dwrite_batch.h339 void SetMaxBytes(size_t max_bytes) override { max_bytes_ = max_bytes; } in SetMaxBytes()
/rocksdb-6.9/db/
Dwrite_batch.cc246 WriteBatch::WriteBatch(size_t reserved_bytes, size_t max_bytes) in WriteBatch()
254 WriteBatch::WriteBatch(size_t reserved_bytes, size_t max_bytes, size_t ts_sz) in WriteBatch()