Home | History | Annotate | Download | only in src

Lines Matching refs:Extend

345   OutSet* Extend(unsigned value);
351 // to use Extend instead to ensure that only one instance exists
381 void AddValue(int value) { out_set_ = out_set_->Extend(value); }