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

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64GOT.h 83 typedef EntryListType::iterator entry_iterator; typedef in class:mcld::AArch64GOT
AArch64GOT.cpp 74 entry_iterator it, end = m_GOTPLT.end();
89 entry_iterator it, end = m_GOT.end();
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMGOT.h 71 typedef EntryListType::iterator entry_iterator; typedef in class:mcld::ARMGOT
ARMGOT.cpp 70 entry_iterator it, end = m_GOTPLT.end();
84 entry_iterator it, end = m_GOT.end();
  /frameworks/compile/mclinker/include/mcld/ADT/
HashTable.h 52 NonConstTraits<HashEntryTy> > entry_iterator; typedef in class:mcld::HashTable
56 typedef entry_iterator iterator;
  /external/chromium_org/chrome/browser/sessions/
tab_restore_service_helper.cc 63 Entries::const_iterator entry_iterator) {
205 Entries::iterator entry_iterator = GetEntryIteratorById(id); local
206 if (entry_iterator == entries_.end())
211 observer_->OnRestoreEntryById(id, entry_iterator);
213 Entry* entry = *entry_iterator;
220 entries_.erase(entry_iterator);
221 entry_iterator = entries_.end();
283 entries_.erase(entry_iterator);
tab_restore_service_helper.h 48 // Invoked before the entry is restored. |entry_iterator| points to the
51 Entries::const_iterator entry_iterator);
persistent_tab_restore_service.cc 131 Entries::const_iterator entry_iterator) OVERRIDE;
301 Entries::const_iterator entry_iterator) {
305 j != entry_iterator && j != entries.end();
    [all...]
  /external/chromium_org/base/
values.cc 606 ValueMap::const_iterator entry_iterator = dictionary_.find(key); local
607 if (entry_iterator == dictionary_.end())
610 const Value* entry = entry_iterator->second;
735 ValueMap::iterator entry_iterator = dictionary_.find(key); local
736 if (entry_iterator == dictionary_.end())
739 Value* entry = entry_iterator->second;
744 dictionary_.erase(entry_iterator);

Completed in 287 milliseconds