Home
last modified time | relevance | path

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

/rocksdb-6.9/db/db_impl/
Ddb_impl_write.cc951 WriteBatch* tmp_batch, size_t* write_with_wal, in MergeBatch() argument
954 assert(tmp_batch != nullptr); in MergeBatch()
974 merged_batch = tmp_batch; in MergeBatch()
1101 WriteBatch tmp_batch; in ConcurrentWriteToWAL() local
1105 MergeBatch(write_group, &tmp_batch, &write_with_wal, &to_be_cached_state); in ConcurrentWriteToWAL()
Ddb_impl.h1501 WriteBatch* tmp_batch, size_t* write_with_wal,