Searched refs:wxMakeGuard (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/scopeguard/
H A Dscopeguardtest.cpp89 wxScopeGuard incGlobal = wxMakeGuard(IncGlobal),
90 incN = wxMakeGuard(Inc, &n),
91 incMby15 = wxMakeGuard(IncBy, &m, 15);
114 wxScopeGuard incGlobal = wxMakeGuard(IncGlobal),
115 incN = wxMakeGuard(Inc, &n),
116 incMby15 = wxMakeGuard(IncBy, &m, 15);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dscopeguard.h153 inline wxScopeGuardImpl0<F> wxMakeGuard(F fun) function
185 inline wxScopeGuardImpl1<F, P1> wxMakeGuard(F fun, P1 p1) function
218 inline wxScopeGuardImpl2<F, P1, P2> wxMakeGuard(F fun, P1 p1, P2 p2) function
338 wxScopeGuard n = wxMakeGuard(f); \
350 wxScopeGuard n = wxMakeGuard(f, p1); \
362 wxScopeGuard n = wxMakeGuard(f, p1, p2); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp2234 wxScopeGuard dismissed = wxMakeGuard(function0);

Completed in 136 milliseconds