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

Method RegexpsGivenStrings

extern/re2/re2/filtered_re2.cc:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128void FilteredRE2::RegexpsGivenStrings(const std::vector<int>& matched_atoms,
129 std::vector<int>* passed_regexps) {
130 prefilter_tree_->RegexpsGivenStrings(matched_atoms, passed_regexps);
131}
132
133void FilteredRE2::PrintPrefilter(int regexpid) {
134 prefilter_tree_->PrintPrefilter(regexpid);

Callers 3

FirstMatchMethod · 0.45
AllMatchesMethod · 0.45
AllPotentialsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected