Home
last modified time | relevance | path

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

/dports/devel/folly/folly-2021.12.27.00/folly/test/
H A DScopeGuardTest.cpp341 struct ThrowingCleanupAction { in TEST() struct
343 explicit ThrowingCleanupAction(int& scopeExitExecuted) in TEST() argument
345 [[noreturn]] ThrowingCleanupAction(const ThrowingCleanupAction& other) in TEST() function
356 ThrowingCleanupAction onExit(scopeExitExecuted); in TEST()