Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dparse.cc1097 Regexp* first_i = NULL; in Round2() local
1099 first_i = Regexp::LeadingRegexp(sub[i]); in Round2()
1119 Regexp::Equal(first, first_i)) in Round2()
1140 first = first_i; in Round2()
1154 Regexp* first_i = NULL; in Round3() local
1156 first_i = sub[i]; in Round3()
1160 (first_i->op() == kRegexpLiteral || in Round3()
1161 first_i->op() == kRegexpCharClass)) in Round3()
1195 first = first_i; in Round3()