Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dlogs_with_prep_tracker.cc26 auto rit = logs_with_prep_.rbegin(); in MarkLogAsContainingPrepSection() local
30 for (; rit != logs_with_prep_.rend() && rit->log >= log; ++rit) { in MarkLogAsContainingPrepSection()
31 if (rit->log == log) { in MarkLogAsContainingPrepSection()
32 rit->cnt++; in MarkLogAsContainingPrepSection()
39 logs_with_prep_.insert(rit.base(), {log, 1}); in MarkLogAsContainingPrepSection()