Searched defs:top_arg (Results 1 – 1 of 1) sorted by relevance
157 template<typename T> T Regexp::Walker<T>::WalkInternal(Regexp* re, T top_arg, in WalkInternal()229 template<typename T> T Regexp::Walker<T>::Walk(Regexp* re, T top_arg) { in Walk()238 template<typename T> T Regexp::Walker<T>::WalkExponential(Regexp* re, T top_arg, in WalkExponential()