HomeSort by relevance Sort by last modified time
    Searched refs:start_it (Results 1 - 2 of 2) sorted by null

  /external/drm_hwcomposer/
separate_rects.cpp 150 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/
file_path_watcher_linux.cc 565 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 401 milliseconds