Searched refs:cached_property_serial_ (Results 1 – 3 of 3) sorted by relevance
45 cached_property_serial_(0), in CachedProperty()54 uint32_t initial_property_serial_ = cached_property_serial_; in DidChange()56 return (cached_property_serial_ != initial_property_serial_); in DidChange()77 if (property_serial != cached_property_serial_) { in Get()91 uint32_t cached_property_serial_; variable98 instance->cached_property_serial_ = serial; in Callback()
228 cached_property_serial_(0), in CachedProperty()235 std::optional<uint32_t> initial_property_serial_ = cached_property_serial_; in Get()251 if (property_serial != cached_property_serial_) { in Get()256 instance->cached_property_serial_ = serial; in Get()270 *changed = cached_property_serial_ != initial_property_serial_; in Get()
93 std::optional<uint32_t> cached_property_serial_; variable