Home
last modified time | relevance | path

Searched refs:SlowFirstMatch (Results 1 – 2 of 2) sorted by relevance

/external/regex-re2/re2/
Dfiltered_re2.h56 int SlowFirstMatch(const StringPiece& text) const;
Dfiltered_re2.cc58 int FilteredRE2::SlowFirstMatch(const StringPiece& text) const { in SlowFirstMatch() function in re2::FilteredRE2