Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dwalker-inl.h80 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
Dtostring.cc58 w.WalkExponential(this, PrecToplevel, 100000); in ToString()
Dcompile.cc1142 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()
Dprefilter.cc510 Prefilter::Info* info = w.WalkExponential(re, NULL, 100000); in BuildInfo()