Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dlogs_with_prep_tracker.cc51 auto completed_it = prepared_section_completed_.find(min_log); in FindMinLogContainingOutstandingPrep() local
52 if (completed_it == prepared_section_completed_.end() || in FindMinLogContainingOutstandingPrep()
53 completed_it->second < it->cnt) { in FindMinLogContainingOutstandingPrep()
56 assert(completed_it != prepared_section_completed_.end() && in FindMinLogContainingOutstandingPrep()
57 completed_it->second == it->cnt); in FindMinLogContainingOutstandingPrep()
58 prepared_section_completed_.erase(completed_it); in FindMinLogContainingOutstandingPrep()