Home
last modified time | relevance | path

Searched refs:MakeScopeExit (Results 1 – 25 of 1054) sorted by relevance

12345678910>>...43

/dports/www/firefox-esr/firefox-91.8.0/mfbt/tests/
H A DTestScopeExit.cpp10 using mozilla::MakeScopeExit;
28 auto guardA = MakeScopeExit([&] { a--; }); in Test()
31 auto guardB = MakeScopeExit([&] { b--; }); in Test()
36 auto guardC = MakeScopeExit([&] { c--; }); in Test()
/dports/www/firefox/firefox-99.0/mfbt/tests/
H A DTestScopeExit.cpp10 using mozilla::MakeScopeExit;
28 auto guardA = MakeScopeExit([&] { a--; }); in Test()
31 auto guardB = MakeScopeExit([&] { b--; }); in Test()
36 auto guardC = MakeScopeExit([&] { c--; }); in Test()
/dports/mail/thunderbird/thunderbird-91.8.0/mfbt/tests/
H A DTestScopeExit.cpp10 using mozilla::MakeScopeExit;
28 auto guardA = MakeScopeExit([&] { a--; }); in Test()
31 auto guardB = MakeScopeExit([&] { b--; }); in Test()
36 auto guardC = MakeScopeExit([&] { c--; }); in Test()
/dports/lang/spidermonkey78/firefox-78.9.0/mfbt/tests/
H A DTestScopeExit.cpp10 using mozilla::MakeScopeExit;
28 auto guardA = MakeScopeExit([&] { a--; }); in Test()
31 auto guardB = MakeScopeExit([&] { b--; }); in Test()
36 auto guardC = MakeScopeExit([&] { c--; }); in Test()
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/nsis/Contrib/BitsUtils/
H A DBitsUtils.cpp50 ScopeExit<ExitFunction> MakeScopeExit(ExitFunction &&exitFunction) { in MakeScopeExit() function
122 MakeScopeExit([] { LeaveCriticalSection(&gStartBitsThread.cs); }); in StartBitsThreadProc()
127 auto coUninit = MakeScopeExit([] { CoUninitialize(); }); in StartBitsThreadProc()
151 MakeScopeExit([] { LeaveCriticalSection(&gStartBitsThread.cs); }); in StartBitsServiceBackgroundThreadImpl()
203 auto coUninit = MakeScopeExit([] { CoUninitialize(); }); in CancelBitsJobsByNameImpl()
212 auto bcmRelease = MakeScopeExit([bcm] { bcm->Release(); }); in CancelBitsJobsByNameImpl()
227 MakeScopeExit([enumerator] { enumerator->Release(); }); in CancelBitsJobsByNameImpl()
/dports/www/firefox/firefox-99.0/other-licenses/nsis/Contrib/BitsUtils/
H A DBitsUtils.cpp50 ScopeExit<ExitFunction> MakeScopeExit(ExitFunction &&exitFunction) { in MakeScopeExit() function
122 MakeScopeExit([] { LeaveCriticalSection(&gStartBitsThread.cs); }); in StartBitsThreadProc()
127 auto coUninit = MakeScopeExit([] { CoUninitialize(); }); in StartBitsThreadProc()
151 MakeScopeExit([] { LeaveCriticalSection(&gStartBitsThread.cs); }); in StartBitsServiceBackgroundThreadImpl()
203 auto coUninit = MakeScopeExit([] { CoUninitialize(); }); in CancelBitsJobsByNameImpl()
212 auto bcmRelease = MakeScopeExit([bcm] { bcm->Release(); }); in CancelBitsJobsByNameImpl()
227 MakeScopeExit([enumerator] { enumerator->Release(); }); in CancelBitsJobsByNameImpl()
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/nsis/Contrib/BitsUtils/
H A DBitsUtils.cpp50 ScopeExit<ExitFunction> MakeScopeExit(ExitFunction &&exitFunction) { in MakeScopeExit() function
122 MakeScopeExit([] { LeaveCriticalSection(&gStartBitsThread.cs); }); in StartBitsThreadProc()
127 auto coUninit = MakeScopeExit([] { CoUninitialize(); }); in StartBitsThreadProc()
151 MakeScopeExit([] { LeaveCriticalSection(&gStartBitsThread.cs); }); in StartBitsServiceBackgroundThreadImpl()
203 auto coUninit = MakeScopeExit([] { CoUninitialize(); }); in CancelBitsJobsByNameImpl()
212 auto bcmRelease = MakeScopeExit([bcm] { bcm->Release(); }); in CancelBitsJobsByNameImpl()
227 MakeScopeExit([enumerator] { enumerator->Release(); }); in CancelBitsJobsByNameImpl()
/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/nsis/Contrib/BitsUtils/
H A DBitsUtils.cpp50 ScopeExit<ExitFunction> MakeScopeExit(ExitFunction &&exitFunction) { in MakeScopeExit() function
122 MakeScopeExit([] { LeaveCriticalSection(&gStartBitsThread.cs); }); in StartBitsThreadProc()
127 auto coUninit = MakeScopeExit([] { CoUninitialize(); }); in StartBitsThreadProc()
151 MakeScopeExit([] { LeaveCriticalSection(&gStartBitsThread.cs); }); in StartBitsServiceBackgroundThreadImpl()
203 auto coUninit = MakeScopeExit([] { CoUninitialize(); }); in CancelBitsJobsByNameImpl()
212 auto bcmRelease = MakeScopeExit([bcm] { bcm->Release(); }); in CancelBitsJobsByNameImpl()
227 MakeScopeExit([enumerator] { enumerator->Release(); }); in CancelBitsJobsByNameImpl()
/dports/lang/spidermonkey60/firefox-60.9.0/mfbt/tests/
H A DTestScopeExit.cpp10 using mozilla::MakeScopeExit;
29 auto guardA = MakeScopeExit([&] { in Test()
34 auto guardB = MakeScopeExit([&] { in Test()
/dports/www/firefox-legacy/firefox-52.8.0esr/mfbt/tests/
H A DTestScopeExit.cpp10 using mozilla::MakeScopeExit;
29 auto guardA = MakeScopeExit([&] { in Test()
34 auto guardB = MakeScopeExit([&] { in Test()
/dports/www/firefox-esr/firefox-91.8.0/dom/serviceworkers/
H A DServiceWorkerContainerProxy.cpp55 auto scopeExit = MakeScopeExit( in Register()
83 auto scopeExit = MakeScopeExit( in GetRegistration()
110 auto scopeExit = MakeScopeExit( in GetRegistrations()
136 auto scopeExit = MakeScopeExit( in GetReady()
H A DServiceWorkerRegistrationProxy.cpp79 auto scopeExit = MakeScopeExit([&] { MaybeShutdownOnMainThread(); }); in InitOnMainThread()
216 auto scopeExit = MakeScopeExit([&] { promise->Reject(rv, __func__); }); in Unregister()
314 auto scopeExit = MakeScopeExit( in Notify()
344 auto scopeExit = MakeScopeExit( in Update()
399 auto scopeExit = MakeScopeExit([&] { promise->Reject(rv, __func__); }); in SetNavigationPreloadEnabled()
434 auto scopeExit = MakeScopeExit([&] { promise->Reject(rv, __func__); }); in SetNavigationPreloadHeader()
468 auto scopeExit = MakeScopeExit([&] { promise->Reject(rv, __func__); }); in GetNavigationPreloadState()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/serviceworkers/
H A DServiceWorkerContainerProxy.cpp51 auto scopeExit = MakeScopeExit( in Register()
79 auto scopeExit = MakeScopeExit( in GetRegistration()
106 auto scopeExit = MakeScopeExit( in GetRegistrations()
132 auto scopeExit = MakeScopeExit( in GetReady()
/dports/www/firefox/firefox-99.0/dom/serviceworkers/
H A DServiceWorkerContainerProxy.cpp55 auto scopeExit = MakeScopeExit( in Register()
83 auto scopeExit = MakeScopeExit( in GetRegistration()
110 auto scopeExit = MakeScopeExit( in GetRegistrations()
136 auto scopeExit = MakeScopeExit( in GetReady()
H A DServiceWorkerRegistrationProxy.cpp81 auto scopeExit = MakeScopeExit([&] { MaybeShutdownOnMainThread(); }); in InitOnMainThread()
218 auto scopeExit = MakeScopeExit([&] { promise->Reject(rv, __func__); }); in Unregister()
316 auto scopeExit = MakeScopeExit( in Notify()
352 auto scopeExit = MakeScopeExit( in Update()
407 auto scopeExit = MakeScopeExit([&] { promise->Reject(rv, __func__); }); in SetNavigationPreloadEnabled()
442 auto scopeExit = MakeScopeExit([&] { promise->Reject(rv, __func__); }); in SetNavigationPreloadHeader()
476 auto scopeExit = MakeScopeExit([&] { promise->Reject(rv, __func__); }); in GetNavigationPreloadState()
H A DServiceWorkerQuotaUtils.cpp113 auto scopeExit = MakeScopeExit([self]() { self->RunCallback(false); }); in Start()
187 auto scopeExit = MakeScopeExit([self]() { self->RunCallback(false); }); in CheckQuotaHeadroom()
228 auto scopeExit = MakeScopeExit([self]() { self->RunCallback(false); }); in OnUsageResult()
269 auto scopeExit = MakeScopeExit([self]() { self->RunCallback(false); }); in OnComplete()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/serviceworkers/
H A DServiceWorkerContainerProxy.cpp55 auto scopeExit = MakeScopeExit( in Register()
83 auto scopeExit = MakeScopeExit( in GetRegistration()
110 auto scopeExit = MakeScopeExit( in GetRegistrations()
136 auto scopeExit = MakeScopeExit( in GetReady()
H A DServiceWorkerRegistrationProxy.cpp79 auto scopeExit = MakeScopeExit([&] { MaybeShutdownOnMainThread(); }); in InitOnMainThread()
216 auto scopeExit = MakeScopeExit([&] { promise->Reject(rv, __func__); }); in Unregister()
314 auto scopeExit = MakeScopeExit( in Notify()
344 auto scopeExit = MakeScopeExit( in Update()
399 auto scopeExit = MakeScopeExit([&] { promise->Reject(rv, __func__); }); in SetNavigationPreloadEnabled()
434 auto scopeExit = MakeScopeExit([&] { promise->Reject(rv, __func__); }); in SetNavigationPreloadHeader()
468 auto scopeExit = MakeScopeExit([&] { promise->Reject(rv, __func__); }); in GetNavigationPreloadState()
/dports/audio/chromaprint/chromaprint-v1.5.0/src/utils/
H A Dscope_exit.h20 ScopeExit<F> MakeScopeExit(F f) { in MakeScopeExit() function
25 auto SCOPE_EXIT_STRING_JOIN2(scope_exit_, __LINE__) = MakeScopeExit([&](){ code; })
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DXdr.cpp274 auto sanityCheck = mozilla::MakeScopeExit( in codeModuleObject()
295 auto sanityCheck = mozilla::MakeScopeExit( in codeScript()
298 auto guard = mozilla::MakeScopeExit([&] { scriptp.set(nullptr); }); in codeScript()
334 auto sanityCheck = mozilla::MakeScopeExit( in codeStencil()
411 auto sanityCheck = mozilla::MakeScopeExit( in codeStencil()
415 auto resetOptions = mozilla::MakeScopeExit([&] { options_ = nullptr; }); in codeStencil()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DXdr.cpp274 auto sanityCheck = mozilla::MakeScopeExit( in codeModuleObject()
295 auto sanityCheck = mozilla::MakeScopeExit( in codeScript()
298 auto guard = mozilla::MakeScopeExit([&] { scriptp.set(nullptr); }); in codeScript()
334 auto sanityCheck = mozilla::MakeScopeExit( in codeStencil()
411 auto sanityCheck = mozilla::MakeScopeExit( in codeStencil()
415 auto resetOptions = mozilla::MakeScopeExit([&] { options_ = nullptr; }); in codeStencil()
/dports/www/firefox-esr/firefox-91.8.0/build/clang-plugin/tests/
H A DTestMustReturnFromCaller.cpp42 MakeScopeExit(ExitFunction&& func) in MakeScopeExit() function
64 auto atExit = MakeScopeExit([] { DoAnythingElse(); }); in a3()
104 auto atExit = MakeScopeExit([] { DoAnythingElse(); }); in a10()
/dports/lang/spidermonkey78/firefox-78.9.0/build/clang-plugin/tests/
H A DTestMustReturnFromCaller.cpp42 MakeScopeExit(ExitFunction&& func) in MakeScopeExit() function
64 auto atExit = MakeScopeExit([] { DoAnythingElse(); }); in a3()
104 auto atExit = MakeScopeExit([] { DoAnythingElse(); }); in a10()
/dports/www/firefox/firefox-99.0/build/clang-plugin/tests/
H A DTestMustReturnFromCaller.cpp42 MakeScopeExit(ExitFunction&& func) in MakeScopeExit() function
64 auto atExit = MakeScopeExit([] { DoAnythingElse(); }); in a3()
104 auto atExit = MakeScopeExit([] { DoAnythingElse(); }); in a10()
/dports/mail/thunderbird/thunderbird-91.8.0/build/clang-plugin/tests/
H A DTestMustReturnFromCaller.cpp42 MakeScopeExit(ExitFunction&& func) in MakeScopeExit() function
64 auto atExit = MakeScopeExit([] { DoAnythingElse(); }); in a3()
104 auto atExit = MakeScopeExit([] { DoAnythingElse(); }); in a10()

12345678910>>...43