Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dsimplify.cc108 class CoalesceWalker : public Regexp::Walker<Regexp*> { class
110 CoalesceWalker() {} in CoalesceWalker() function in re2::CoalesceWalker
130 CoalesceWalker(const CoalesceWalker&) = delete;
131 CoalesceWalker& operator=(const CoalesceWalker&) = delete;
180 CoalesceWalker cw; in Simplify()
210 Regexp* CoalesceWalker::Copy(Regexp* re) { in Copy()
214 Regexp* CoalesceWalker::ShortVisit(Regexp* re, Regexp* parent_arg) { in ShortVisit()
222 Regexp* CoalesceWalker::PostVisit(Regexp* re, in PostVisit()
297 bool CoalesceWalker::CanCoalesce(Regexp* r1, Regexp* r2) { in CanCoalesce()
337 void CoalesceWalker::DoCoalesce(Regexp** r1ptr, Regexp** r2ptr) { in DoCoalesce()
Dregexp.h364 friend class CoalesceWalker; variable