Home
last modified time | relevance | path

Searched defs:ShortVisit (Results 1 – 8 of 8) 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
Dsimplify.cc214 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
Dtostring.cc44 virtual int ShortVisit(Regexp* re, int parent_arg) { in ShortVisit() function in re2::ToStringWalker
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
Dprefilter.cc520 Prefilter::Info* Prefilter::Info::Walker::ShortVisit( in ShortVisit() function in re2::Prefilter::Info::Walker
Dcompile.cc813 Frag Compiler::ShortVisit(Regexp* re, Frag) { in ShortVisit() function in re2::Compiler
Dparse.cc558 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