Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Dmimics_pcre.cc43 bool ShortVisit(Regexp* re, bool a) { in ShortVisit() function in re2::PCREWalker
120 bool ShortVisit(Regexp* re, bool a) { in ShortVisit() function in re2::EmptyStringWalker
Dwalker-inl.h62 virtual T ShortVisit(Regexp* re, T parent_arg) = 0;
175 t = ShortVisit(re, s->parent_arg); in WalkInternal()
Dsimplify.cc112 virtual Regexp* ShortVisit(Regexp* re, Regexp* parent_arg);
158 Regexp* SimplifyWalker::ShortVisit(Regexp* re, Regexp* parent_arg) { in ShortVisit() function in re2::SimplifyWalker
Dregexp.cc501 virtual Ignored ShortVisit(Regexp* re, Ignored ignored) { in ShortVisit() function in re2::NumCapturesWalker
545 virtual Ignored ShortVisit(Regexp* re, Ignored ignored) { in ShortVisit() function in re2::NamedCapturesWalker
585 virtual Ignored ShortVisit(Regexp* re, Ignored ignored) { in ShortVisit() function in re2::CaptureNamesWalker
Dtostring.cc38 virtual int ShortVisit(Regexp* re, int parent_arg) { in ShortVisit() function in re2::ToStringWalker
Dprefilter.cc469 virtual Info* ShortVisit(
492 Prefilter::Info* Prefilter::Info::Walker::ShortVisit( in ShortVisit() function in re2::Prefilter::Info::Walker
Dcompile.cc148 Frag ShortVisit(Regexp* re, Frag parent_arg);
675 Frag Compiler::ShortVisit(Regexp* re, Frag) { in ShortVisit() function in re2::Compiler