Searched refs:Restore_ (Results 1 – 2 of 2) sorted by relevance
163 SwapAndRestore(T &Restore_) : SwapAndRestore(Restore_, Restore_) {} in SwapAndRestore() argument165 SwapAndRestore(T &Restore_, T NewVal) in SwapAndRestore() argument166 : Restore(Restore_), OriginalValue(Restore) { in SwapAndRestore()
148 SwapAndRestore(T &Restore_) : SwapAndRestore(Restore_, Restore_) {} in SwapAndRestore() argument150 SwapAndRestore(T &Restore_, T NewVal) in SwapAndRestore() argument151 : Restore(Restore_), OriginalValue(Restore) { in SwapAndRestore()