HomeSort by relevance Sort by last modified time
    Searched full:pre_arg (Results 1 - 6 of 6) sorted by null

  /external/regex-re2/re2/
walker-inl.h 29 // The Arg* that PreVisit returns will be passed to PostVisit as pre_arg
39 // The pre_arg is the T that PreVisit returned.
41 // PostVisit takes ownership of pre_arg.
46 // The default PostVisit simply returns pre_arg.
47 virtual T PostVisit(Regexp* re, T parent_arg, T pre_arg,
106 T pre_arg,
109 return pre_arg;
127 T pre_arg; member in struct:re2::WalkState
179 s->pre_arg = PreVisit(re, s->parent_arg, &stop);
181 t = s->pre_arg;
    [all...]
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,
117 bool PostVisit(Regexp* re, bool parent_arg, bool pre_arg,
134 bool EmptyStringWalker::PostVisit(Regexp* re, bool parent_arg, bool pre_arg,
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,
simplify.cc 109 Regexp* pre_arg,
175 Regexp* pre_arg,
prefilter.cc 466 Info* pre_arg,
501 Prefilter::Info* pre_arg, Prefilter::Info** child_args,
compile.cc 146 Frag PostVisit(Regexp* re, Frag parent_arg, Frag pre_arg, Frag* child_args,
    [all...]

Completed in 183 milliseconds