Searched refs:WalkExponential (Results 1 – 4 of 4) sorted by relevance
/external/regex-re2/re2/ |
D | walker-inl.h | 77 T WalkExponential(Regexp* re, T top_arg, int max_visits); 236 template<typename T> T Regexp::Walker<T>::WalkExponential(Regexp* re, T top_arg, in WalkExponential() function
|
D | tostring.cc | 51 w.WalkExponential(this, PrecToplevel, 100000); in ToString()
|
D | compile.cc | 1009 Frag f = c.WalkExponential(sre, kNullFrag, 2*c.max_inst_); in Compile() 1100 Frag all = c.WalkExponential(re, kNullFrag, 2*c.max_inst_); in CompileSet()
|
D | prefilter.cc | 513 Prefilter::Info* info = w.WalkExponential(re, NULL, 100000); in BuildInfo()
|