Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/contrib/pzstd/utils/
H A DScopeGuard.h26 class ScopeGuard {
31 explicit ScopeGuard(Function&& function) in ScopeGuard() function
38 ~ScopeGuard() noexcept { in ~ScopeGuard()
47 ScopeGuard<Function> makeScopeGuard(Function&& function) { in makeScopeGuard()
48 return ScopeGuard<Function>(std::forward<Function>(function)); in makeScopeGuard()
H A DBUCK43 exported_headers=['ScopeGuard.h'],
/freebsd-12.1/sys/contrib/zstd/contrib/pzstd/utils/test/
H A DScopeGuardTest.cpp15 TEST(ScopeGuard, Dismiss) { in TEST() argument
22 TEST(ScopeGuard, Executes) { in TEST() argument