Searched refs:selection_feature_processor_ (Results 1 – 2 of 2) sorted by relevance
291 selection_feature_processor_.reset( in ValidateAndInitialize()403 if (selection_feature_processor_ == nullptr) { in ValidateAndInitialize()411 selection_feature_processor_.get())); in ValidateAndInitialize()418 selection_feature_processor_.get())); in ValidateAndInitialize()514 new ContactEngine(selection_feature_processor_.get(), unilib_)); in InitializeContactEngine()526 new InstalledAppEngine(selection_feature_processor_.get(), unilib_)); in InitializeInstalledAppEngine()1020 *tokens = selection_feature_processor_->Tokenize(context_unicode); in ModelSuggestSelection()1021 selection_feature_processor_->RetokenizeAndFindClick( in ModelSuggestSelection()1023 selection_feature_processor_->GetOptions()->only_use_line_with_click(), in ModelSuggestSelection()1033 bounds_sensitive_features = selection_feature_processor_->GetOptions() in ModelSuggestSelection()[all …]
468 std::unique_ptr<const FeatureProcessor> selection_feature_processor_; variable