Searched refs:entry_iterator (Results 1 – 6 of 6) sorted by relevance
62 Entries::const_iterator entry_iterator) { in OnRestoreEntryById() argument204 Entries::iterator entry_iterator = GetEntryIteratorById(id); in RestoreEntryById() local205 if (entry_iterator == entries_.end()) in RestoreEntryById()210 observer_->OnRestoreEntryById(id, entry_iterator); in RestoreEntryById()212 Entry* entry = *entry_iterator; in RestoreEntryById()219 entries_.erase(entry_iterator); in RestoreEntryById()220 entry_iterator = entries_.end(); in RestoreEntryById()282 entries_.erase(entry_iterator); in RestoreEntryById()
51 Entries::const_iterator entry_iterator);
132 Entries::const_iterator entry_iterator) OVERRIDE;302 Entries::const_iterator entry_iterator) { in OnRestoreEntryById() argument306 j != entry_iterator && j != entries.end(); in OnRestoreEntryById()
73 io_iterator_t entry_iterator;77 &entry_iterator) == kIOReturnSuccess) {79 while ((entry = IOIteratorNext(entry_iterator))) {90 IOObjectRelease(entry_iterator);
517 ValueMap::const_iterator entry_iterator = dictionary_.find(key); in GetWithoutPathExpansion() local518 if (entry_iterator == dictionary_.end()) in GetWithoutPathExpansion()521 Value* entry = entry_iterator->second; in GetWithoutPathExpansion()611 ValueMap::iterator entry_iterator = dictionary_.find(key); in RemoveWithoutPathExpansion() local612 if (entry_iterator == dictionary_.end()) in RemoveWithoutPathExpansion()615 Value* entry = entry_iterator->second; in RemoveWithoutPathExpansion()620 dictionary_.erase(entry_iterator); in RemoveWithoutPathExpansion()
613 ValueMap::const_iterator entry_iterator = dictionary_.find(key); in GetWithoutPathExpansion() local614 if (entry_iterator == dictionary_.end()) in GetWithoutPathExpansion()617 const Value* entry = entry_iterator->second; in GetWithoutPathExpansion()742 ValueMap::iterator entry_iterator = dictionary_.find(key); in RemoveWithoutPathExpansion() local743 if (entry_iterator == dictionary_.end()) in RemoveWithoutPathExpansion()746 Value* entry = entry_iterator->second; in RemoveWithoutPathExpansion()751 dictionary_.erase(entry_iterator); in RemoveWithoutPathExpansion()