Searched defs:old_iter (Results 1 - 3 of 3) sorted by relevance

/external/bison/lib/
H A Dmbuiter.h196 mbuiter_multi_copy (struct mbuiter_multi *new_iter, const struct mbuiter_multi *old_iter) argument
198 if ((new_iter->in_shift = old_iter->in_shift))
199 memcpy (&new_iter->state, &old_iter->state, sizeof (mbstate_t));
202 new_iter->next_done = old_iter->next_done;
203 mb_copy (&new_iter->cur, &old_iter->cur);
/external/chromium_org/ash/system/chromeos/
H A Dtray_display.cc320 DisplayInfoMap::const_iterator old_iter = old_info.find(iter->first); local
324 if (old_iter == old_info.end()) {
330 old_iter->second.configured_ui_scale()) {
337 if (iter->second.rotation() != old_iter->second.rotation()) {
/external/chromium_org/chrome/browser/storage_monitor/
H A Dstorage_monitor_linux.cc367 for (MountMap::const_iterator old_iter = mount_info_map_.begin();
368 old_iter != mount_info_map_.end(); ++old_iter) {
369 const base::FilePath& mount_point = old_iter->first;
370 const base::FilePath& mount_device = old_iter->second.mount_device;
381 old_iter->second.storage_info.device_id())) {
384 receiver()->ProcessDetach(old_iter->second.storage_info.device_id());
429 MountMap::iterator old_iter = mount_info_map_.find(mount_point); local
430 if (old_iter == mount_info_map_.end() ||
431 old_iter
[all...]

Completed in 142 milliseconds