Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DShader.cpp107 class ScopedExit final : angle::NonCopyable class
110 ScopedExit(std::function<void()> exit) : mExit(exit) {} in ScopedExit() function in gl::ScopedExit
111 ~ScopedExit() { mExit(); } in ~ScopedExit()
413 ScopedExit exit([this]() { in resolveCompile()