Searched refs:autoObject (Results 1 – 1 of 1) sorted by relevance
158 Updater(AutoObject& autoObject) : m_AutoObject(autoObject) in Updater() argument160 NN_TASSERT_(autoObject.IsValid()); in Updater()161 if (detail::AutoObjectCoreAccess::DecrementRefCount(*autoObject.m_P)) in Updater()163 autoObject.m_P = new Object(*autoObject); in Updater()167 detail::AutoObjectCoreAccess::IncrementRefCount(*autoObject.m_P); in Updater()169 autoObject.SetUpdating(); in Updater()