Searched refs:pre_arg (Results 1 – 8 of 8) sorted by relevance
/third_party/re2/re2/ |
D | walker-inl.h | 50 virtual T PostVisit(Regexp* re, T parent_arg, T pre_arg, 110 T pre_arg, in PostVisit() argument 113 return pre_arg; in PostVisit() 131 T pre_arg; member 183 s->pre_arg = PreVisit(re, s->parent_arg, &stop); in WalkInternal() 185 t = s->pre_arg; in WalkInternal() 204 stack_->push(WalkState<T>(sub[s->n], s->pre_arg)); in WalkInternal() 210 t = PostVisit(re, s->parent_arg, s->pre_arg, s->child_args, s->n); in WalkInternal()
|
D | mimics_pcre.cc | 41 bool PostVisit(Regexp* re, bool parent_arg, bool pre_arg, bool* child_args, 54 bool PCREWalker::PostVisit(Regexp* re, bool parent_arg, bool pre_arg, in PostVisit() argument 118 bool PostVisit(Regexp* re, bool parent_arg, bool pre_arg, 136 bool EmptyStringWalker::PostVisit(Regexp* re, bool parent_arg, bool pre_arg, in PostVisit() argument
|
D | simplify.cc | 111 virtual Regexp* PostVisit(Regexp* re, Regexp* parent_arg, Regexp* pre_arg, 142 virtual Regexp* PostVisit(Regexp* re, Regexp* parent_arg, Regexp* pre_arg, 223 Regexp* pre_arg, in PostVisit() argument 456 Regexp* pre_arg, in PostVisit() argument
|
D | tostring.cc | 42 virtual int PostVisit(Regexp* re, int parent_arg, int pre_arg, 147 int ToStringWalker::PostVisit(Regexp* re, int parent_arg, int pre_arg, in PostVisit() argument
|
D | prefilter.cc | 489 Info* pre_arg, 529 Prefilter::Info* pre_arg, Prefilter::Info** child_args, in PostVisit() argument
|
D | parse.cc | 524 virtual int PostVisit(Regexp* re, int parent_arg, int pre_arg, 547 int RepetitionWalker::PostVisit(Regexp* re, int parent_arg, int pre_arg, in PostVisit() argument 549 int arg = pre_arg; in PostVisit()
|
D | compile.cc | 151 Frag PostVisit(Regexp* re, Frag parent_arg, Frag pre_arg, Frag* child_args,
|
/third_party/re2/re2/testing/ |
D | null_walker.cc | 17 bool PostVisit(Regexp* re, bool parent_arg, bool pre_arg, 35 bool NullWalker::PostVisit(Regexp* re, bool parent_arg, bool pre_arg, in PostVisit() argument
|