Searched refs:WalkExponential (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | walker-inl.h | 80 T WalkExponential(Regexp* re, T top_arg, int max_visits); 238 template<typename T> T Regexp::Walker<T>::WalkExponential(Regexp* re, T top_arg, in WalkExponential() function
|
D | tostring.cc | 58 w.WalkExponential(this, PrecToplevel, 100000); in ToString()
|
D | compile.cc | 1142 Frag all = c.WalkExponential(sre, Frag(), 2*c.max_ninst_); in Compile() 1241 Frag all = c.WalkExponential(sre, Frag(), 2*c.max_ninst_); in CompileSet()
|
D | prefilter.cc | 510 Prefilter::Info* info = w.WalkExponential(re, NULL, 100000); in BuildInfo()
|