Home
last modified time | relevance | path

Searched refs:AutoReset (Results 1 – 5 of 5) sorted by relevance

/third_party/cef/include/base/
Dcef_auto_reset.h57 class AutoReset {
60 AutoReset(T* scoped_variable, U&& new_value) in AutoReset() function
65 AutoReset(AutoReset&& other) in AutoReset() function
69 AutoReset& operator=(AutoReset&& rhs) {
75 ~AutoReset() { in ~AutoReset()
Dcef_callback_list.h247 AutoReset<bool> iterating(&iterating_, true);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCContext.cpp67 AutoReset(DoAutoReset), TargetOptions(TargetOpts) { in MCContext()
76 if (AutoReset) in ~MCContext()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCContext.h280 bool AutoReset; variable
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch5633 base::AutoReset<bool> painting(&in_paint_layer_contents_, true);
16977 + base::AutoReset<int32_t> routing_id(&current_routing_id_,
24441 + base::AutoReset<bool> flag_entry(&inside_did_clear_window_object_, true);