Searched defs:entry_iterator (Results 1 - 2 of 2) sorted by relevance

/external/libchrome/base/
H A Dvalues.cc645 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);
/external/libweave/third_party/chromium/base/
H A Dvalues.cc611 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);

Completed in 63 milliseconds