HomeSort by relevance Sort by last modified time
    Searched refs:WalkState (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/re2/re2/
walker-inl.h 20 template<typename T> struct WalkState;
89 stack<WalkState<T> >* stack_;
117 template<typename T> struct WalkState {
118 WalkState<T>(Regexp* re, T parent)
133 stack_ = new stack<WalkState<T> >;
164 stack_->push(WalkState<T>(re, top_arg));
166 WalkState<T>* s;
200 stack_->push(WalkState<T>(sub[s->n], s->pre_arg));
  /external/regex-re2/re2/
walker-inl.h 20 template<typename T> struct WalkState;
89 stack<WalkState<T> >* stack_;
117 template<typename T> struct WalkState {
118 WalkState<T>(Regexp* re, T parent)
133 stack_ = new stack<WalkState<T> >;
164 stack_->push(WalkState<T>(re, top_arg));
166 WalkState<T>* s;
200 stack_->push(WalkState<T>(sub[s->n], s->pre_arg));

Completed in 50 milliseconds