Searched refs:pre_arg (Results 1 – 7 of 7) sorted by relevance
/external/regex-re2/re2/ |
D | walker-inl.h | 47 virtual T PostVisit(Regexp* re, T parent_arg, T pre_arg, 106 T pre_arg, in PostVisit() argument 109 return pre_arg; in PostVisit() 127 T pre_arg; member 179 s->pre_arg = PreVisit(re, s->parent_arg, &stop); in WalkInternal() 181 t = s->pre_arg; in WalkInternal() 200 stack_->push(WalkState<T>(sub[s->n], s->pre_arg)); in WalkInternal() 206 t = PostVisit(re, s->parent_arg, s->pre_arg, s->child_args, s->n); in WalkInternal()
|
D | mimics_pcre.cc | 40 bool PostVisit(Regexp* re, bool parent_arg, bool pre_arg, bool* child_args, 53 bool PCREWalker::PostVisit(Regexp* re, bool parent_arg, bool pre_arg, in PostVisit() argument 117 bool PostVisit(Regexp* re, bool parent_arg, bool pre_arg, 134 bool EmptyStringWalker::PostVisit(Regexp* re, bool parent_arg, bool pre_arg, in PostVisit() argument
|
D | tostring.cc | 36 virtual int PostVisit(Regexp* re, int parent_arg, int pre_arg, 139 int ToStringWalker::PostVisit(Regexp* re, int parent_arg, int pre_arg, in PostVisit() argument
|
D | simplify.cc | 109 Regexp* pre_arg, 175 Regexp* pre_arg, in PostVisit() argument
|
D | prefilter.cc | 493 Info* pre_arg, 532 Prefilter::Info* pre_arg, Prefilter::Info** child_args, in PostVisit() argument
|
D | compile.cc | 147 Frag PostVisit(Regexp* re, Frag parent_arg, Frag pre_arg, Frag* child_args,
|
/external/regex-re2/re2/testing/ |
D | null_walker.cc | 16 bool PostVisit(Regexp* re, bool parent_arg, bool pre_arg, 33 bool NullWalker::PostVisit(Regexp* re, bool parent_arg, bool pre_arg, in PostVisit() argument
|