Home
last modified time | relevance | path

Searched refs:deleteGuard (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/qt5-wayland/kde-qtwayland-5.15.2p37/src/compositor/compositor_api/
H A Dqwaylandview.cpp49 QPointer<QWaylandView> deleteGuard(q); in markSurfaceAsDestroyed() local
51 if (!deleteGuard.isNull()) in markSurfaceAsDestroyed()
/dports/www/firefox/firefox-99.0/js/src/fuzz-tests/
H A DtestWasm.cpp508 auto deleteGuard = mozilla::MakeScopeExit([&] { delete[] out; }); in testWasmSmithFuzz() local