Lines Matching refs:ZoneList
19 // by) a ZoneList, that is optimized for the case of adding and removing
21 // and if no more than one element is ever added, the ZoneList isn't even
35 list_ = new (zone) ZoneList<T*>(initial_size, zone);
82 ZoneList<T*>* GetList(Zone* zone) {
84 list_ = new (zone) ZoneList<T*>(initial_size, zone);
94 ZoneList<T*>* list_;
137 ZoneList<uc16>* characters_;
177 bool ParsePropertyClass(ZoneList<CharacterRange>* result, bool negate);
187 bool ParseClassProperty(ZoneList<CharacterRange>* result);
310 ZoneList<RegExpCapture*>* captures_;
311 ZoneList<RegExpCapture*>* named_captures_;
312 ZoneList<RegExpBackReference*>* named_back_references_;