| 120 | } |
| 121 | |
| 122 | void FilteredRE2::AllPotentials( |
| 123 | const std::vector<int>& atoms, |
| 124 | std::vector<int>* potential_regexps) const { |
| 125 | prefilter_tree_->RegexpsGivenStrings(atoms, potential_regexps); |
| 126 | } |
| 127 | |
| 128 | void FilteredRE2::RegexpsGivenStrings(const std::vector<int>& matched_atoms, |
| 129 | std::vector<int>* passed_regexps) { |
nothing calls this directly
no test coverage detected