Searched refs:ScopedExit (Results 1 – 1 of 1) sorted by relevance
107 class ScopedExit final : angle::NonCopyable class110 ScopedExit(std::function<void()> exit) : mExit(exit) {} in ScopedExit() function in gl::ScopedExit111 ~ScopedExit() { mExit(); } in ~ScopedExit()413 ScopedExit exit([this]() { in resolveCompile()