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