Searched defs:WalkState (Results 1 – 1 of 1) sorted by relevance
121 template<typename T> struct WalkState { struct122 WalkState<T>(Regexp* re, T parent) in WalkState() argument128 Regexp* re; // The regexp129 int n; // The index of the next child to process; -1 means need to PreVisit130 T parent_arg; // Accumulated arguments.131 T pre_arg;132 T child_arg; // One-element buffer for child_args.133 T* child_args;