Searched defs:ScopedInterceptorDisabler (Results 1 – 2 of 2) sorted by relevance
127 struct ScopedInterceptorDisabler { struct128 ScopedInterceptorDisabler() { DisableInThisThread(); } in ScopedInterceptorDisabler() function129 ~ScopedInterceptorDisabler() { EnableInThisThread(); } in ~ScopedInterceptorDisabler() argument
173 struct ScopedInterceptorDisabler { struct174 ScopedInterceptorDisabler() { DisableInThisThread(); } in ScopedInterceptorDisabler() function175 ~ScopedInterceptorDisabler() { EnableInThisThread(); } in ~ScopedInterceptorDisabler() argument