HomeSort by relevance Sort by last modified time
    Searched refs:value_cache_ (Results 1 - 3 of 3) sorted by null

  /system/update_engine/update_manager/
evaluation_context-inl.h 34 ValueCacheMap::iterator it = value_cache_.find(var);
35 if (it != value_cache_.end())
48 value_cache_.emplace(
evaluation_context.cc 89 for (auto& it : value_cache_) {
150 for (auto it = value_cache_.begin(); it != value_cache_.end(); ) {
154 it = value_cache_.erase(it);
186 for (auto& it : value_cache_) {
232 for (auto& it : value_cache_) {
evaluation_context.h 156 ValueCacheMap value_cache_; member in class:chromeos_update_manager::EvaluationContext

Completed in 591 milliseconds