Searched refs:ShortVisit (Results 1 – 9 of 9) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | mimics_pcre.cc | 45 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
|
D | walker-inl.h | 65 virtual T ShortVisit(Regexp* re, T parent_arg) = 0; 177 t = ShortVisit(re, s->parent_arg); in WalkInternal()
|
D | simplify.cc | 114 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
|
D | regexp.cc | 545 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
|
D | tostring.cc | 44 virtual int ShortVisit(Regexp* re, int parent_arg) { in ShortVisit() function in re2::ToStringWalker
|
D | prefilter.cc | 492 virtual Info* ShortVisit( 520 Prefilter::Info* Prefilter::Info::Walker::ShortVisit( in ShortVisit() function in re2::Prefilter::Info::Walker
|
D | compile.cc | 153 Frag ShortVisit(Regexp* re, Frag parent_arg); 813 Frag Compiler::ShortVisit(Regexp* re, Frag) { in ShortVisit() function in re2::Compiler
|
D | parse.cc | 526 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/ |
D | null_walker.cc | 21 virtual bool ShortVisit(Regexp* re, bool a) { in ShortVisit() function in re2::NullWalker
|