Home | History | Annotate | Download | only in src

Lines Matching refs:first_

3146       : first_(true), stream_(stream) { }
3148 if (first_) {
3149 first_ = false;
3166 bool first_;
3175 : out_(out), first_(true) { }
3177 if (first_) {
3178 first_ = false;
3195 bool first_;
4600 OutSet* result = new OutSet(first_, remaining_);
4609 first_ |= (1 << value);
4621 return (first_ & (1 << value)) != 0;