MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / AllPotentials

Method AllPotentials

extern/re2/re2/filtered_re2.cc:122–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122void FilteredRE2::AllPotentials(
123 const std::vector<int>& atoms,
124 std::vector<int>* potential_regexps) const {
125 prefilter_tree_->RegexpsGivenStrings(atoms, potential_regexps);
126}
127
128void FilteredRE2::RegexpsGivenStrings(const std::vector<int>& matched_atoms,
129 std::vector<int>* passed_regexps) {

Callers

nothing calls this directly

Calls 1

RegexpsGivenStringsMethod · 0.45

Tested by

no test coverage detected