Searched refs:excluded_configs_ (Results 1 – 2 of 2) sorted by relevance
31 void RemoveIfExcluded(std::set<std::pair<ConfigDescription, int>>& excluded_configs_, in RemoveIfExcluded() argument42 for (auto& excluded_pair : excluded_configs_) { in RemoveIfExcluded()74 RemoveIfExcluded(excluded_configs_, context, entry.get(), value.get()); in Consume()
34 excluded_configs_.insert(std::pair(config, diff_from_default)); in ResourceExcluder()43 std::set<std::pair<ConfigDescription, int>> excluded_configs_; variable