Home
last modified time | relevance | path

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

/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dhash_map.hpp107 iterator end_it = buckets_[bucket].last; in find() local
108 ++end_it; in find()
109 while (it != end_it) in find()
128 const_iterator end_it = buckets_[bucket].last; in find() local
129 ++end_it; in find()
130 while (it != end_it) in find()
154 iterator end_it = buckets_[bucket].last; in insert() local
155 ++end_it; in insert()
156 while (it != end_it) in insert()
162 buckets_[bucket].last = values_insert(end_it, v); in insert()
[all …]
/external/libchrome/base/files/
Dfile_path_watcher_linux.cc567 std::map<FilePath, InotifyReader::Watch>::iterator end_it = start_it; in UpdateRecursiveWatches() local
568 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()
/external/drm_hwcomposer/
Dseparate_rects.cpp157 typename std::set<SweepEvent<TId, TNum>>::iterator end_it = in separate_rects() local
159 assert(end_it != sweep_v_events.end()); in separate_rects()
160 sweep_v_events.erase(end_it); in separate_rects()