Home | History | Annotate | Download | only in regexp

Lines Matching defs:action_type

674   ActionType action_type() { return action_type_; }
707 ActionNode(ActionType action_type, RegExpNode* on_success)
709 action_type_(action_type) { }
1254 DeferredAction(ActionNode::ActionType action_type, int reg)
1255 : action_type_(action_type), reg_(reg), next_(NULL) { }
1259 ActionNode::ActionType action_type() { return action_type_; }