Home
last modified time | relevance | path

Searched refs:old_value_ (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/tint/src/utils/
Dscoped_assignment.h37 old_value_ = var; in ScopedAssignment()
43 ~ScopedAssignment() { ref_ = old_value_; } in ~ScopedAssignment()
50 T old_value_; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dscoped_set_env.cc59 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()
Dscoped_set_env.h35 std::string old_value_; variable
/third_party/abseil-cpp/absl/base/internal/
Dscoped_set_env.cc59 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()
Dscoped_set_env.h35 std::string old_value_; variable
/third_party/boost/libs/unordered/test/helpers/
Dexception_test.hpp100 bool old_value_; member in test::exceptions_enable
105 : old_value_(exceptions_enabled), released_(false) in exceptions_enable()
113 exceptions_enabled = old_value_; in ~exceptions_enable()
121 exceptions_enabled = old_value_; in release()
/third_party/boost/libs/unordered/test/objects/
Dcxx11_allocator.hpp139 bool old_value_; member
142 : old_value_(force_equal_allocator_value) in force_equal_allocator()
147 ~force_equal_allocator() { force_equal_allocator_value = old_value_; } in ~force_equal_allocator()