Home | History | Annotate | Download | only in src

Lines Matching defs:capture_

2508       : capture_(capture) { }
2515 virtual int max_match() { return capture_->max_match(); }
2516 int index() { return capture_->index(); }
2517 RegExpCapture* capture() { return capture_; }
2519 RegExpCapture* capture_;