Home | History | Annotate | Download | only in regexp

Lines Matching defs:successors_

234   OutSet() : first_(0), remaining_(NULL), successors_(NULL) { }
248 ZoneList<OutSet*>* successors(Zone* zone) { return successors_; }
251 : first_(first), remaining_(remaining), successors_(NULL) { }
254 ZoneList<OutSet*>* successors_;