Home
last modified time | relevance | path

Searched refs:AlternateNoFactor (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dregexp.h407 static Regexp* AlternateNoFactor(Regexp** subs, int nsubs, ParseFlags flags);
Dregexp.cc291 Regexp* Regexp::AlternateNoFactor(Regexp** sub, int nsub, ParseFlags flags) { in AlternateNoFactor() function in re2::Regexp
Dparse.cc966 re[1] = Regexp::AlternateNoFactor(iter->sub, iter->nsuffix, flags); in FactorAlternation()