Home
last modified time | relevance | path

Searched defs:makeGuard (Results 1 – 7 of 7) sorted by relevance

/dports/net/samba412/samba-4.12.15/source4/heimdal/lib/wind/
H A Dgenerate.py65 def makeGuard(self) : member in Header
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Folly/folly/
H A DScopeGuard.h184 detail::ScopeGuardImplDecay<F, true> makeGuard(F&& f) noexcept( in makeGuard() function
/dports/textproc/zenxml/zenxml-2.4/zen/
H A Dscope_guard.h120 auto makeGuard(F&& fun) { return ScopeGuard<runMode, std::decay_t<F>>(std::forward<F>(fun)); } in makeGuard() function
/dports/devel/folly/folly-2021.12.27.00/folly/
H A DScopeGuard.h195 FOLLY_NODISCARD detail::ScopeGuardImplDecay<F, true> makeGuard(F&& f) noexcept( in makeGuard() function
/dports/sysutils/py-pywatchman/watchman-4.9.0/
H A Dwatchman_scopeguard.h238 makeGuard(FunctionType&& fn) noexcept(std::is_nothrow_constructible< in makeGuard() function
/dports/lang/polyml/polyml-5.8.2/mlsource/MLCompiler/
H A DVALUEOPSSIG.sml77 val makeGuard: values * types list * codetree * level * typeVarMap -> codetree value
/dports/devel/onetbb/oneTBB-2021.4.0/test/tbb/
H A Dtest_scheduler_mix.cpp361 Guard makeGuard() { in makeGuard() function in LifetimeTracker