Home | History | Annotate | Download | only in regexp

Lines Matching defs:actions_

1309         actions_(NULL),
1324 DeferredAction* actions() { return actions_; }
1337 actions_ == NULL &&
1362 new_action->next_ = actions_;
1363 actions_ = new_action;
1390 DeferredAction* actions_;