Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dsimplify.cc122 static bool CanCoalesce(Regexp* r1, Regexp* r2);
253 CanCoalesce(child_args[i], child_args[i+1])) { in PostVisit()
273 CanCoalesce(child_args[i], child_args[i+1])) in PostVisit()
297 bool CoalesceWalker::CanCoalesce(Regexp* r1, Regexp* r2) { in CanCoalesce() function in re2::CoalesceWalker