Home
last modified time | relevance | path

Searched defs:WalkState (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dwalker-inl.h121 template<typename T> struct WalkState { struct
122 WalkState<T>(Regexp* re, T parent) in WalkState() function
128 Regexp* re; // The regexp
129 int n; // The index of the next child to process; -1 means need to PreVisit
130 T parent_arg; // Accumulated arguments.
131 T pre_arg;
132 T child_arg; // One-element buffer for child_args.
133 T* child_args;