Home | History | Annotate | Download | only in regexp

Lines Matching refs:first_

4516       : first_(true),
4519 if (first_) {
4520 first_ = false;
4538 bool first_;
4547 first_(true) {}
4549 if (first_) {
4550 first_ = false;
4568 bool first_;
6149 OutSet* result = new(zone) OutSet(first_, remaining_);
6158 first_ |= (1 << value);
6170 return (first_ & (1 << value)) != 0;