Searched refs:mOldValue (Results 1 – 1 of 1) sorted by relevance
102 ScopedProperty(T& property, T newValue) : mPropertyPtr(&property), mOldValue(property) { in ScopedProperty()105 ~ScopedProperty() { *mPropertyPtr = mOldValue; } in ~ScopedProperty()109 T mOldValue; variable