Searched refs:end_it (Results 1 – 3 of 3) sorted by relevance
107 iterator end_it = buckets_[bucket].last; in find() local108 ++end_it; in find()109 while (it != end_it) in find()128 const_iterator end_it = buckets_[bucket].last; in find() local129 ++end_it; in find()130 while (it != end_it) in find()154 iterator end_it = buckets_[bucket].last; in insert() local155 ++end_it; in insert()156 while (it != end_it) in insert()162 buckets_[bucket].last = values_insert(end_it, v); in insert()[all …]
567 std::map<FilePath, InotifyReader::Watch>::iterator end_it = start_it; in UpdateRecursiveWatches() local568 for (; end_it != recursive_watches_by_path_.end(); ++end_it) { in UpdateRecursiveWatches()569 const FilePath& cur_path = end_it->first; in UpdateRecursiveWatches()573 g_inotify_reader.Get().RemoveWatch(end_it->second, this); in UpdateRecursiveWatches()575 recursive_watches_by_path_.erase(start_it, end_it); in UpdateRecursiveWatches()
157 typename std::set<SweepEvent<TId, TNum>>::iterator end_it = in separate_rects() local159 assert(end_it != sweep_v_events.end()); in separate_rects()160 sweep_v_events.erase(end_it); in separate_rects()