Searched refs:persistent_property_names (Results 1 – 2 of 2) sorted by relevance
57 std::unordered_set<std::string_view> persistent_property_names);
65 std::unordered_set<std::string_view> persistent_property_names) in ConfigCache() argument66 : persistent_property_names_(std::move(persistent_property_names)), in ConfigCache()