Home
last modified time | relevance | path

Searched refs:mExecuteOnDestruction (Results 1 – 12 of 12) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/mfbt/
H A DScopeExit.h92 bool mExecuteOnDestruction; variable
96 : mExitFunction(cleanup), mExecuteOnDestruction(true) {} in ScopeExit()
100 mExecuteOnDestruction(rhs.mExecuteOnDestruction) { in ScopeExit()
105 if (mExecuteOnDestruction) { in ~ScopeExit()
110 void release() { mExecuteOnDestruction = false; } in release()
/dports/mail/thunderbird/thunderbird-91.8.0/mfbt/
H A DScopeExit.h92 bool mExecuteOnDestruction; variable
96 : mExitFunction(cleanup), mExecuteOnDestruction(true) {} in ScopeExit()
100 mExecuteOnDestruction(rhs.mExecuteOnDestruction) { in ScopeExit()
105 if (mExecuteOnDestruction) { in ~ScopeExit()
110 void release() { mExecuteOnDestruction = false; } in release()
/dports/www/firefox/firefox-99.0/mfbt/
H A DScopeExit.h92 bool mExecuteOnDestruction; variable
96 : mExitFunction(std::move(cleanup)), mExecuteOnDestruction(true) {} in ScopeExit()
100 mExecuteOnDestruction(rhs.mExecuteOnDestruction) { in ScopeExit()
105 if (mExecuteOnDestruction) { in ~ScopeExit()
110 void release() { mExecuteOnDestruction = false; } in release()
/dports/www/firefox-legacy/firefox-52.8.0esr/mfbt/
H A DScopeExit.h91 bool mExecuteOnDestruction; variable
98 , mExecuteOnDestruction(true) in ScopeExit()
105 , mExecuteOnDestruction(rhs.mExecuteOnDestruction) in ScopeExit()
111 if (mExecuteOnDestruction) { in ~ScopeExit()
117 mExecuteOnDestruction = false; in release()
/dports/lang/spidermonkey60/firefox-60.9.0/mfbt/
H A DScopeExit.h91 bool mExecuteOnDestruction; variable
96 : mExitFunction(cleanup), mExecuteOnDestruction(true) { in ScopeExit()
102 mExecuteOnDestruction(rhs.mExecuteOnDestruction) { in ScopeExit()
107 if (mExecuteOnDestruction) { in ~ScopeExit()
112 void release() { mExecuteOnDestruction = false; } in release()
/dports/lang/spidermonkey78/firefox-78.9.0/mfbt/
H A DScopeExit.h93 bool mExecuteOnDestruction; variable
98 : mExitFunction(cleanup), mExecuteOnDestruction(true) { in ScopeExit()
104 mExecuteOnDestruction(rhs.mExecuteOnDestruction) { in ScopeExit()
110 if (mExecuteOnDestruction) { in ~ScopeExit()
115 void release() { mExecuteOnDestruction = false; } in release()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/mfbt/
H A DScopeExit.h91 bool mExecuteOnDestruction; variable
98 , mExecuteOnDestruction(true) in ScopeExit()
105 , mExecuteOnDestruction(rhs.mExecuteOnDestruction) in ScopeExit()
111 if (mExecuteOnDestruction) { in ~ScopeExit()
117 mExecuteOnDestruction = false; in release()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/include/mozilla/
H A DScopeExit.h91 bool mExecuteOnDestruction; variable
98 , mExecuteOnDestruction(true) in ScopeExit()
105 , mExecuteOnDestruction(rhs.mExecuteOnDestruction) in ScopeExit()
111 if (mExecuteOnDestruction) { in ~ScopeExit()
117 mExecuteOnDestruction = false; in release()
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/nsis/Contrib/BitsUtils/
H A DBitsUtils.cpp23 bool mExecuteOnDestruction; member in ScopeExit
27 : mExitFunction(cleanup), mExecuteOnDestruction(true) {} in ScopeExit()
31 mExecuteOnDestruction(rhs.mExecuteOnDestruction) { in ScopeExit()
36 if (mExecuteOnDestruction) { in ~ScopeExit()
41 void release() { mExecuteOnDestruction = false; } in release()
/dports/www/firefox/firefox-99.0/other-licenses/nsis/Contrib/BitsUtils/
H A DBitsUtils.cpp23 bool mExecuteOnDestruction; member in ScopeExit
27 : mExitFunction(cleanup), mExecuteOnDestruction(true) {} in ScopeExit()
31 mExecuteOnDestruction(rhs.mExecuteOnDestruction) { in ScopeExit()
36 if (mExecuteOnDestruction) { in ~ScopeExit()
41 void release() { mExecuteOnDestruction = false; } in release()
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/nsis/Contrib/BitsUtils/
H A DBitsUtils.cpp23 bool mExecuteOnDestruction; member in ScopeExit
27 : mExitFunction(cleanup), mExecuteOnDestruction(true) {} in ScopeExit()
31 mExecuteOnDestruction(rhs.mExecuteOnDestruction) { in ScopeExit()
36 if (mExecuteOnDestruction) { in ~ScopeExit()
41 void release() { mExecuteOnDestruction = false; } in release()
/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/nsis/Contrib/BitsUtils/
H A DBitsUtils.cpp23 bool mExecuteOnDestruction; member in ScopeExit
27 : mExitFunction(cleanup), mExecuteOnDestruction(true) {} in ScopeExit()
31 mExecuteOnDestruction(rhs.mExecuteOnDestruction) { in ScopeExit()
36 if (mExecuteOnDestruction) { in ~ScopeExit()
41 void release() { mExecuteOnDestruction = false; } in release()