Searched refs:interceptor_state_ (Results 1 – 2 of 2) sorted by relevance
54 interceptor_state_(InterceptorState::kUninitialized), in LookupIterator()113 if (interceptor_state_ == InterceptorState::kSkipNonMasking) { in NextInternal()131 interceptor_state_ = interceptor_state; in RestartInternal()180 interceptor_state_ = InterceptorState::kUninitialized; in ReloadPropertyInformation()1201 switch (interceptor_state_) { in SkipInterceptor()1203 interceptor_state_ = InterceptorState::kSkipNonMasking; in SkipInterceptor()1211 return interceptor_state_ == InterceptorState::kProcessNonMasking; in SkipInterceptor()1313 if (interceptor_state_ == InterceptorState::kProcessNonMasking) { in LookupInRegularHolder()
299 InterceptorState interceptor_state_ = InterceptorState::kUninitialized; variable