Searched defs: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::ScopedExit