Home | History | Annotate | Download | only in regexp

Lines Matching defs:first_

4512       : first_(true),
4515 if (first_) {
4516 first_ = false;
4534 bool first_;
4543 first_(true) {}
4545 if (first_) {
4546 first_ = false;
4564 bool first_;
6137 OutSet* result = new(zone) OutSet(first_, remaining_);
6146 first_ |= (1 << value);
6158 return (first_ & (1 << value)) != 0;