Searched refs:entry_iterator (Results 1 – 1 of 1) sorted by relevance
542 ValueMap::const_iterator entry_iterator = dictionary_.find(key); in GetWithoutPathExpansion() local543 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() local636 if (entry_iterator == dictionary_.end()) in RemoveWithoutPathExpansion()639 Value* entry = entry_iterator->second; in RemoveWithoutPathExpansion()644 dictionary_.erase(entry_iterator); in RemoveWithoutPathExpansion()