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