Searched refs:pre_arg (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/re2/re2/testing/
H A Dnull_walker.cc16 bool PostVisit(Regexp* re, bool parent_arg, bool pre_arg,
33 bool NullWalker::PostVisit(Regexp* re, bool parent_arg, bool pre_arg, argument
/external/regex-re2/re2/testing/
H A Dnull_walker.cc16 bool PostVisit(Regexp* re, bool parent_arg, bool pre_arg,
33 bool NullWalker::PostVisit(Regexp* re, bool parent_arg, bool pre_arg, argument
/external/chromium_org/third_party/re2/re2/
H A Dmimics_pcre.cc40 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, argument
117 bool PostVisit(Regexp* re, bool parent_arg, bool pre_arg,
134 bool EmptyStringWalker::PostVisit(Regexp* re, bool parent_arg, bool pre_arg, argument
H A Dwalker-inl.h29 // 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;
104 PostVisit(Regexp* re, T parent_arg, T pre_arg, T* child_args, int nchild_args) argument
[all...]
H A Dtostring.cc36 virtual int PostVisit(Regexp* re, int parent_arg, int pre_arg,
139 int ToStringWalker::PostVisit(Regexp* re, int parent_arg, int pre_arg, argument
H A Dsimplify.cc109 Regexp* pre_arg,
175 Regexp* pre_arg,
173 PostVisit(Regexp* re, Regexp* parent_arg, Regexp* pre_arg, Regexp** child_args, int nchild_args) argument
H A Dprefilter.cc485 Info* pre_arg,
524 Prefilter::Info* pre_arg, Prefilter::Info** child_args,
522 PostVisit( Regexp* re, Prefilter::Info* parent_arg, Prefilter::Info* pre_arg, Prefilter::Info** child_args, int nchild_args) argument
H A Dcompile.cc148 Frag PostVisit(Regexp* re, Frag parent_arg, Frag pre_arg, Frag* child_args,
/external/regex-re2/re2/
H A Dmimics_pcre.cc40 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, argument
117 bool PostVisit(Regexp* re, bool parent_arg, bool pre_arg,
134 bool EmptyStringWalker::PostVisit(Regexp* re, bool parent_arg, bool pre_arg, argument
H A Dwalker-inl.h29 // 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;
104 PostVisit(Regexp* re, T parent_arg, T pre_arg, T* child_args, int nchild_args) argument
[all...]
H A Dtostring.cc36 virtual int PostVisit(Regexp* re, int parent_arg, int pre_arg,
139 int ToStringWalker::PostVisit(Regexp* re, int parent_arg, int pre_arg, argument
H A Dsimplify.cc109 Regexp* pre_arg,
175 Regexp* pre_arg,
173 PostVisit(Regexp* re, Regexp* parent_arg, Regexp* pre_arg, Regexp** child_args, int nchild_args) argument
H A Dprefilter.cc493 Info* pre_arg,
532 Prefilter::Info* pre_arg, Prefilter::Info** child_args,
530 PostVisit( Regexp* re, Prefilter::Info* parent_arg, Prefilter::Info* pre_arg, Prefilter::Info** child_args, int nchild_args) argument
H A Dcompile.cc147 Frag PostVisit(Regexp* re, Frag parent_arg, Frag pre_arg, Frag* child_args,

Completed in 217 milliseconds