• Home
  • Raw
  • Download

Lines Matching refs:ZoneList

201   ZoneList<OutSet*>* successors(Zone* zone) { return successors_; }  in successors()
203 OutSet(uint32_t first, ZoneList<unsigned>* remaining) in OutSet()
206 ZoneList<unsigned>* remaining_;
207 ZoneList<OutSet*>* successors_;
276 UnicodeRangeSplitter(Zone* zone, ZoneList<CharacterRange>* base);
279 ZoneList<CharacterRange>* bmp() { return bmp_; } in bmp()
280 ZoneList<CharacterRange>* lead_surrogates() { return lead_surrogates_; } in lead_surrogates()
281 ZoneList<CharacterRange>* trail_surrogates() { return trail_surrogates_; } in trail_surrogates()
282 ZoneList<CharacterRange>* non_bmp() const { return non_bmp_; } in non_bmp()
294 ZoneList<CharacterRange>* bmp_;
295 ZoneList<CharacterRange>* lead_surrogates_;
296 ZoneList<CharacterRange>* trail_surrogates_;
297 ZoneList<CharacterRange>* non_bmp_;
666 TextNode(ZoneList<TextElement>* elms, bool read_backward, in TextNode()
672 elms_(new (zone()) ZoneList<TextElement>(1, zone())), in TextNode()
678 ZoneList<CharacterRange>* ranges,
694 ZoneList<TextElement>* elements() { return elms_; } in elements()
723 ZoneList<TextElement>* elms_;
880 ZoneList<Guard*>* guards() { return guards_; } in guards()
884 ZoneList<Guard*>* guards_;
896 ZoneList<GuardedAlternative>(expected_size, zone)), in ChoiceNode()
904 ZoneList<GuardedAlternative>* alternatives() { return alternatives_; } in alternatives()
931 ZoneList<GuardedAlternative>* alternatives_;
1089 : map_(new(zone) ZoneList<bool>(kMapSize, zone)), in BoyerMoorePositionInfo()
1114 ZoneList<bool>* map_;
1171 ZoneList<BoyerMoorePositionInfo*>* bitmaps_;
1404 void AddInverse(ZoneList<CharacterRange>* ranges);