Searched defs:ScopedInterceptorDisabler (Results 1 – 3 of 3) sorted by relevance
158 struct ScopedInterceptorDisabler { struct159 ScopedInterceptorDisabler() { DisableInThisThread(); } in ScopedInterceptorDisabler() argument160 ~ScopedInterceptorDisabler() { EnableInThisThread(); } in ~ScopedInterceptorDisabler() argument
177 struct ScopedInterceptorDisabler { struct178 ScopedInterceptorDisabler() { DisableInThisThread(); } in ScopedInterceptorDisabler() argument179 ~ScopedInterceptorDisabler() { EnableInThisThread(); } in ~ScopedInterceptorDisabler() argument