Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dregexp.h495 static Regexp* LeadingRegexp(Regexp* re);
Dparse.cc730 Regexp* Regexp::LeadingRegexp(Regexp* re) { in LeadingRegexp() function in re2::Regexp
1099 first_i = Regexp::LeadingRegexp(sub[i]); in Round2()