Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dfiltered_re2.h58 int SlowFirstMatch(const StringPiece& text) const;
Dfiltered_re2.cc72 int FilteredRE2::SlowFirstMatch(const StringPiece& text) const { in SlowFirstMatch() function in re2::FilteredRE2