Home | History | Annotate | Download | only in src

Lines Matching refs:Includes

270   bool Includes(int value) const { return lower_ <= value && upper_ >= value; }
833 return !HasRange() || range()->Includes(value);
2231 // The argument count includes the receiver.