Home
last modified time | relevance | path

Searched refs:entry_iterator (Results 1 – 1 of 1) sorted by relevance

/external/chromium/base/
Dvalues.cc542 ValueMap::const_iterator entry_iterator = dictionary_.find(key); in GetWithoutPathExpansion() local
543 if (entry_iterator == dictionary_.end()) in GetWithoutPathExpansion()
546 Value* entry = entry_iterator->second; in GetWithoutPathExpansion()
635 ValueMap::iterator entry_iterator = dictionary_.find(key); in RemoveWithoutPathExpansion() local
636 if (entry_iterator == dictionary_.end()) in RemoveWithoutPathExpansion()
639 Value* entry = entry_iterator->second; in RemoveWithoutPathExpansion()
644 dictionary_.erase(entry_iterator); in RemoveWithoutPathExpansion()