Searched refs:persistent_property_names_ (Results 1 – 2 of 2) sorted by relevance
52 : persistent_property_names_(std::move(persistent_property_names)), in ConfigCache()64 persistent_property_names_(std::move(other.persistent_property_names_)), in ConfigCache()80 persistent_property_names_ = std::move(other.persistent_property_names_); in operator =()90 return persistent_property_names_ == rhs.persistent_property_names_ && in operator ==()263 return persistent_property_names_.find(property) != persistent_property_names_.end(); in IsPersistentProperty()
129 std::unordered_set<std::string_view> persistent_property_names_; variable