Lines Matching defs:on_success_
747 : on_success_(on_success) { }748 RegExpNode* on_success() { return on_success_; }749 void set_on_success(RegExpNode* node) { on_success_ = node; }751 RegExpNode* on_success_;