Home | History | Annotate | Download | only in regexp

Lines Matching defs:map_

1140       : map_(new(zone) ZoneList<bool>(kMapSize, zone)),
1147 map_->Add(false, zone);
1151 bool& at(int i) { return map_->at(i); }
1165 ZoneList<bool>* map_;