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

  /external/chromium_org/third_party/re2/re2/
walker-inl.h 40 // The child_args is a vector of the T that the child PostVisits returned.
43 // in *child_args, but not the vector itself.
48 T* child_args, int nchild_args);
107 T* child_args,
122 child_args(NULL) { }
128 T child_arg; // One-element buffer for child_args.
129 T* child_args; member in struct:re2::WalkState
149 delete stack_->top().child_args;
185 s->child_args = NULL;
187 s->child_args = &s->child_arg
    [all...]
  /external/regex-re2/re2/
walker-inl.h 40 // The child_args is a vector of the T that the child PostVisits returned.
43 // in *child_args, but not the vector itself.
48 T* child_args, int nchild_args);
107 T* child_args,
122 child_args(NULL) { }
128 T child_arg; // One-element buffer for child_args.
129 T* child_args; member in struct:re2::WalkState
149 delete stack_->top().child_args;
185 s->child_args = NULL;
187 s->child_args = &s->child_arg
    [all...]

Completed in 32 milliseconds