Searched refs:old_value_ (Results 1 – 7 of 7) sorted by relevance
37 old_value_ = var; in ScopedAssignment()43 ~ScopedAssignment() { ref_ = old_value_; } in ~ScopedAssignment()50 T old_value_; variable
59 old_value_.assign(buf, get_res); in ScopedSetEnv()68 old_value_ = val; in ScopedSetEnv()76 SetEnvVar(var_name_.c_str(), was_unset_ ? nullptr : old_value_.c_str()); in ~ScopedSetEnv()
35 std::string old_value_; variable
100 bool old_value_; member in test::exceptions_enable105 : old_value_(exceptions_enabled), released_(false) in exceptions_enable()113 exceptions_enabled = old_value_; in ~exceptions_enable()121 exceptions_enabled = old_value_; in release()
139 bool old_value_; member142 : old_value_(force_equal_allocator_value) in force_equal_allocator()147 ~force_equal_allocator() { force_equal_allocator_value = old_value_; } in ~force_equal_allocator()