Home | History | Annotate | Download | only in src

Lines Matching refs:Includes

256   bool Includes(int value) const { return lower_ <= value && upper_ >= value; }
1549 // The argument count includes the receiver.