Searched refs:tmp_batch_ (Results 1 – 2 of 2) sorted by relevance
1034 WriteBatch* merged_batch = MergeBatch(write_group, &tmp_batch_, in WriteToWAL()1077 if (merged_batch == &tmp_batch_) { in WriteToWAL()1078 tmp_batch_.Clear(); in WriteToWAL()
1875 WriteBatch tmp_batch_; variable