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

  /frameworks/compile/mclinker/include/mcld/ADT/
HashTable.h 56 NonConstTraits<HashEntryTy> > entry_iterator; typedef in class:mcld::HashTable
60 typedef entry_iterator iterator;
  /external/chromium/base/
values.cc 517 ValueMap::const_iterator entry_iterator = dictionary_.find(key); local
518 if (entry_iterator == dictionary_.end())
521 Value* entry = entry_iterator->second;
611 ValueMap::iterator entry_iterator = dictionary_.find(key); local
612 if (entry_iterator == dictionary_.end())
615 Value* entry = entry_iterator->second;
620 dictionary_.erase(entry_iterator);

Completed in 99 milliseconds