Searched refs:ScopedExit (Results 1 – 1 of 1) sorted by relevance
114 class [[nodiscard]] ScopedExit final : angle::NonCopyable class117 ScopedExit(std::function<void()> exit) : mExit(exit) {} in ScopedExit() function in gl::ScopedExit118 ~ScopedExit() { mExit(); } in ~ScopedExit()505 ScopedExit exit([this]() { in resolveCompile()