Home | History | Annotate | Download | only in db

Lines Matching refs:last_writer

1180   Writer* last_writer = &w;
1182 WriteBatch* updates = BuildBatchGroup(&last_writer);
1224 if (ready == last_writer) break;
1237 WriteBatch* DBImpl::BuildBatchGroup(Writer** last_writer) {
1253 *last_writer = first;
1279 *last_writer = w;