Searched defs:reserved_bytes (Results 1 – 5 of 5) sorted by relevance
89 : WriteBatch(reserved_bytes, max_bytes) {} in WriteBatch() argument
634 const Comparator* default_index_comparator, size_t reserved_bytes, in WriteBatchWithIndex()
40 public WriteBatch(final int reserved_bytes) { in WriteBatch()263 private native static long newWriteBatch(final int reserved_bytes); in newWriteBatch()
246 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()
1595 rocksdb_writebatch_wi_t* rocksdb_writebatch_wi_create(size_t reserved_bytes, unsigned char overwrit… in rocksdb_writebatch_wi_create()