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

  /frameworks/compile/mclinker/include/mcld/ADT/
HashTable.h 51 entry_iterator; typedef in class:mcld::HashTable
55 typedef entry_iterator iterator;
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64GOT.h 80 typedef EntryListType::iterator entry_iterator; typedef in class:mcld::AArch64GOT
AArch64GOT.cpp 67 entry_iterator it, end = m_GOTPLT.end();
81 entry_iterator it, end = m_GOT.end();
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMGOT.h 68 typedef EntryListType::iterator entry_iterator; typedef in class:mcld::ARMGOT
ARMGOT.cpp 64 entry_iterator it, end = m_GOTPLT.end();
78 entry_iterator it, end = m_GOT.end();
  /external/libweave/third_party/chromium/base/
values.cc 611 ValueMap::const_iterator entry_iterator = dictionary_.find(key); local
612 if (entry_iterator == dictionary_.end())
615 const Value* entry = entry_iterator->second;
731 ValueMap::iterator entry_iterator = dictionary_.find(key); local
732 if (entry_iterator == dictionary_.end())
735 Value* entry = entry_iterator->second;
740 dictionary_.erase(entry_iterator);
  /external/libchrome/base/
values.cc 645 ValueMap::const_iterator entry_iterator = dictionary_.find(key); local
646 if (entry_iterator == dictionary_.end())
649 const Value* entry = entry_iterator->second;
774 ValueMap::iterator entry_iterator = dictionary_.find(key); local
775 if (entry_iterator == dictionary_.end())
778 Value* entry = entry_iterator->second;
783 dictionary_.erase(entry_iterator);
    [all...]

Completed in 431 milliseconds