Searched refs:ShortVisit (Results 1 – 7 of 7) sorted by relevance
/external/regex-re2/re2/ |
D | mimics_pcre.cc | 43 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
|
D | walker-inl.h | 62 virtual T ShortVisit(Regexp* re, T parent_arg) = 0; 175 t = ShortVisit(re, s->parent_arg); in WalkInternal()
|
D | simplify.cc | 112 virtual Regexp* ShortVisit(Regexp* re, Regexp* parent_arg); 158 Regexp* SimplifyWalker::ShortVisit(Regexp* re, Regexp* parent_arg) { in ShortVisit() function in re2::SimplifyWalker
|
D | regexp.cc | 501 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
|
D | tostring.cc | 38 virtual int ShortVisit(Regexp* re, int parent_arg) { in ShortVisit() function in re2::ToStringWalker
|
D | prefilter.cc | 469 virtual Info* ShortVisit( 492 Prefilter::Info* Prefilter::Info::Walker::ShortVisit( in ShortVisit() function in re2::Prefilter::Info::Walker
|
D | compile.cc | 148 Frag ShortVisit(Regexp* re, Frag parent_arg); 675 Frag Compiler::ShortVisit(Regexp* re, Frag) { in ShortVisit() function in re2::Compiler
|