Searched refs:persistent_property_names_ (Results 1 – 2 of 2) sorted by relevance
64 : persistent_property_names_(std::move(persistent_property_names)), in ConfigCache()76 persistent_property_names_(std::move(other.persistent_property_names_)), in ConfigCache()95 persistent_property_names_ = std::move(other.persistent_property_names_); in operator =()105 return persistent_property_names_ == rhs.persistent_property_names_ && in operator ==()323 return persistent_property_names_.find(property) != persistent_property_names_.end(); in IsPersistentProperty()
135 std::unordered_set<std::string_view> persistent_property_names_; variable