Lines Matching refs:matcher_
427 matcher_(std::move(matcher)), in RegexMatcher()
434 matcher_.get(), jni_cache_->matcher_matches); in Matches()
449 jni_cache_->GetEnv()->CallObjectMethod(matcher_.get(), in ApproximatelyMatches()
461 matcher_.get(), jni_cache_->matcher_start_idx, 0); in ApproximatelyMatches()
468 matcher_.get(), jni_cache_->matcher_end_idx, 0); in ApproximatelyMatches()
494 matcher_.get(), jni_cache_->matcher_start_idx, 0); in UpdateLastFindOffset()
516 matcher_.get(), jni_cache_->matcher_find); in Find()
545 matcher_.get(), jni_cache_->matcher_start_idx, group_idx); in Start()
585 matcher_.get(), jni_cache_->matcher_end_idx, group_idx); in End()
616 jenv->CallObjectMethod(matcher_.get(), jni_cache_->matcher_group)), in Group()
641 matcher_.get(), jni_cache_->matcher_group_idx, group_idx)), in Group()