Searched defs:last_writer (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_impl.cc1180 Writer* last_writer = &w; local
1182 WriteBatch* updates = BuildBatchGroup(&last_writer);
1224 if (ready == last_writer) break;
1237 WriteBatch* DBImpl::BuildBatchGroup(Writer** last_writer) { argument
1253 *last_writer = first;
1279 *last_writer = w;

Completed in 71 milliseconds