Searched refs:captures_ (Results 1 – 2 of 2) sorted by relevance
23 captures_(NULL), in RegExpParser()619 if (captures_ == NULL) { in GetCapture()620 captures_ = new (zone()) ZoneList<RegExpCapture*>(know_captures, zone()); in GetCapture()622 while (captures_->length() < know_captures) { in GetCapture()623 captures_->Add(new (zone()) RegExpCapture(captures_->length() + 1), zone()); in GetCapture()625 return captures_->at(index - 1); in GetCapture()
258 ZoneList<RegExpCapture*>* captures_; variable