Searched defs:ShortVisit (Results  1 – 8 of 8) 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 | simplify.cc | 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 | tostring.cc | 44   virtual int ShortVisit(Regexp* re, int parent_arg) {  in ShortVisit()  function in re2::ToStringWalker
  | 
| 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 | prefilter.cc | 520 Prefilter::Info* Prefilter::Info::Walker::ShortVisit(  in ShortVisit()  function in re2::Prefilter::Info::Walker
  | 
| D | compile.cc | 813 Frag Compiler::ShortVisit(Regexp* re, Frag) {  in ShortVisit()  function in re2::Compiler
  | 
| D | parse.cc | 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
  |