Searched refs:persistent_property_names_ (Results 1 – 2 of 2) sorted by relevance
66 : persistent_property_names_(std::move(persistent_property_names)), in ConfigCache()79 persistent_property_names_(std::move(other.persistent_property_names_)), in ConfigCache()96 persistent_property_names_ = std::move(other.persistent_property_names_); in operator =()106 return persistent_property_names_ == rhs.persistent_property_names_ && in operator ==()334 return persistent_property_names_.find(property) != persistent_property_names_.end(); in IsPersistentProperty()
142 std::unordered_set<std::string_view> persistent_property_names_; variable