Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dmimics_pcre.cc45 virtual bool ShortVisit(Regexp* re, bool a) { in ShortVisit() function in re2::PCREWalker
129 virtual bool ShortVisit(Regexp* re, bool a) { in ShortVisit() function in re2::EmptyStringWalker
Dwalker-inl.h65 virtual T ShortVisit(Regexp* re, T parent_arg) = 0;
177 t = ShortVisit(re, s->parent_arg); in WalkInternal()
Dsimplify.cc114 virtual Regexp* ShortVisit(Regexp* re, Regexp* parent_arg);
145 virtual Regexp* ShortVisit(Regexp* re, Regexp* parent_arg);
214 Regexp* CoalesceWalker::ShortVisit(Regexp* re, Regexp* parent_arg) { in ShortVisit() function in re2::CoalesceWalker
440 Regexp* SimplifyWalker::ShortVisit(Regexp* re, Regexp* parent_arg) { in ShortVisit() function in re2::SimplifyWalker
Dregexp.cc545 virtual Ignored ShortVisit(Regexp* re, Ignored ignored) { in ShortVisit() function in re2::NumCapturesWalker
593 virtual Ignored ShortVisit(Regexp* re, Ignored ignored) { in ShortVisit() function in re2::NamedCapturesWalker
637 virtual Ignored ShortVisit(Regexp* re, Ignored ignored) { in ShortVisit() function in re2::CaptureNamesWalker
Dtostring.cc44 virtual int ShortVisit(Regexp* re, int parent_arg) { in ShortVisit() function in re2::ToStringWalker
Dprefilter.cc492 virtual Info* ShortVisit(
520 Prefilter::Info* Prefilter::Info::Walker::ShortVisit( in ShortVisit() function in re2::Prefilter::Info::Walker
Dcompile.cc153 Frag ShortVisit(Regexp* re, Frag parent_arg);
813 Frag Compiler::ShortVisit(Regexp* re, Frag) { in ShortVisit() function in re2::Compiler
Dparse.cc526 virtual int ShortVisit(Regexp* re, int parent_arg);
558 int RepetitionWalker::ShortVisit(Regexp* re, int parent_arg) { in ShortVisit() function in re2::RepetitionWalker
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dnull_walker.cc21 virtual bool ShortVisit(Regexp* re, bool a) { in ShortVisit() function in re2::NullWalker