Lines Matching defs:first_
3328 : first_(true), stream_(stream) { }
3330 if (first_) {
3331 first_ = false;
3349 bool first_;
3358 : out_(out), first_(true) { }
3360 if (first_) {
3361 first_ = false;
3378 bool first_;
4697 OutSet* result = new OutSet(first_, remaining_);
4706 first_ |= (1 << value);
4718 return (first_ & (1 << value)) != 0;