Searched refs:property_names (Results 1 – 2 of 2) sorted by relevance
424 std::vector<std::string> property_names; in GetPropertyNames() local429 property_names.emplace_back(property_name); in GetPropertyNames()438 return property_names; in GetPropertyNames()441 return property_names; in GetPropertyNames()444 return property_names; in GetPropertyNames()521 const std::string& section, const std::unordered_set<std::string_view>& property_names) const { in HasAtLeastOneMatchingPropertiesInSection()541 if (property_names.count(property.first) > 0) { in HasAtLeastOneMatchingPropertiesInSection()
82 const std::string& section, const std::unordered_set<std::string_view>& property_names) const;