Lines Matching full:interceptorscope
50 struct InterceptorScope {51 InterceptorScope() { ++in_interceptor_scope; }52 ~InterceptorScope() { --in_interceptor_scope; }1223 InterceptorScope interceptor_scope; \