Home
last modified time | relevance | path

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

/external/libchrome/base/
Dvalues.cc948 auto entry_iterator = dict_.find(key); in GetWithoutPathExpansion() local
949 if (entry_iterator == dict_.end()) in GetWithoutPathExpansion()
953 *out_value = entry_iterator->second.get(); in GetWithoutPathExpansion()
1077 auto entry_iterator = dict_.find(key); in RemoveWithoutPathExpansion() local
1078 if (entry_iterator == dict_.end()) in RemoveWithoutPathExpansion()
1082 *out_value = std::move(entry_iterator->second); in RemoveWithoutPathExpansion()
1083 dict_.erase(entry_iterator); in RemoveWithoutPathExpansion()