Home | History | Annotate | Download | only in regexp

Lines Matching defs:action_type

640   ActionType action_type() { return action_type_; }
673 ActionNode(ActionType action_type, RegExpNode* on_success)
675 action_type_(action_type) { }
1210 DeferredAction(ActionNode::ActionType action_type, int reg)
1211 : action_type_(action_type), reg_(reg), next_(NULL) { }
1215 ActionNode::ActionType action_type() { return action_type_; }