Searched refs:WalkExponential (Results 1 - 4 of 4) sorted by relevance

/external/regex-re2/re2/
H A Dwalker-inl.h60 // WalkExponential, but must be implemented by all clients,
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, function in class:re2::Regexp::Walker
H A Dtostring.cc51 w.WalkExponential(this, PrecToplevel, 100000);
H A Dcompile.cc668 // We're using WalkExponential; there should be no copying.
674 // Visits a node quickly; called once WalkExponential has
967 // The call to WalkExponential uses 2*max_inst_ below,
1009 Frag f = c.WalkExponential(sre, kNullFrag, 2*c.max_inst_);
1100 Frag all = c.WalkExponential(re, kNullFrag, 2*c.max_inst_);
H A Dprefilter.cc513 Prefilter::Info* info = w.WalkExponential(re, NULL, 100000);

Completed in 163 milliseconds