Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DShader.cpp114 class [[nodiscard]] ScopedExit final : angle::NonCopyable class
117 ScopedExit(std::function<void()> exit) : mExit(exit) {} in ScopedExit() function in gl::ScopedExit
118 ~ScopedExit() { mExit(); } in ~ScopedExit()
505 ScopedExit exit([this]() { in resolveCompile()