Home | History | Annotate | Download | only in base

Lines Matching defs:entry_iterator

645   ValueMap::const_iterator entry_iterator = dictionary_.find(key);
646 if (entry_iterator == dictionary_.end())
649 const Value* entry = entry_iterator->second;
774 ValueMap::iterator entry_iterator = dictionary_.find(key);
775 if (entry_iterator == dictionary_.end())
778 Value* entry = entry_iterator->second;
783 dictionary_.erase(entry_iterator);