Searched refs:missingFeatures (Results 1 – 6 of 6) sorted by relevance
51 …if (std::find(std::begin(missingFeatures), std::end(missingFeatures), f) == std::end(missingFeatur… in missingFunctionality()52 missingFeatures.push_back(f); in missingFunctionality()59 for (auto it = missingFeatures.cbegin(); it != missingFeatures.cend(); ++it) in getAllMessages()
68 std::vector<std::string> missingFeatures; variable
239 Set<Feature<?>> missingFeatures = Helpers.copyToSet(requirements.getPresentFeatures()); in matches() local240 missingFeatures.removeAll(features); in matches()243 "%s: skipping because these features are absent: %s", method, missingFeatures)); in matches()