Searched refs:start_it (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/
H A Dfpdf_dataavail_embeddertest.cpp75 auto start_it = available_ranges_.upper_bound(range); local
76 if (start_it != available_ranges_.begin())
77 --start_it; // start now points to the key equal or lower than offset.
78 if (start_it->second < range.first)
79 ++start_it; // start element is entirely before current range, skip it.
83 if (start_it == end_it) { // No ranges to merge.
90 size_t new_start = std::min<size_t>(start_it->first, range.first);
93 available_ranges_.erase(start_it, ++end_it);
/external/drm_hwcomposer/
H A Dseparate_rects.cpp150 typename std::set<SweepEvent<TId, TNum>>::iterator start_it = local
152 assert(start_it != sweep_v_events.end());
153 sweep_v_events.erase(start_it);
/external/libchrome/base/files/
H A Dfile_path_watcher_linux.cc565 std::map<FilePath, InotifyReader::Watch>::iterator start_it = local
567 std::map<FilePath, InotifyReader::Watch>::iterator end_it = start_it;
575 recursive_watches_by_path_.erase(start_it, end_it);

Completed in 1074 milliseconds