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.cc1034 WriteBatch* merged_batch = MergeBatch(write_group, &tmp_batch_, in WriteToWAL()
1077 if (merged_batch == &tmp_batch_) { in WriteToWAL()
1078 tmp_batch_.Clear(); in WriteToWAL()
Ddb_impl.h1875 WriteBatch tmp_batch_; variable