Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dregexp.h499 static Regexp* RemoveLeadingRegexp(Regexp* re);
Dparse.cc746 Regexp* Regexp::RemoveLeadingRegexp(Regexp* re) { in RemoveLeadingRegexp() function in re2::Regexp
1133 sub[j] = Regexp::RemoveLeadingRegexp(sub[j]); in Round2()