Searched refs:rit (Results 1 – 1 of 1) sorted by relevance
26 auto rit = logs_with_prep_.rbegin(); in MarkLogAsContainingPrepSection() local30 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()