Home | History | Annotate | Download | only in src

Lines Matching refs:has_next

683   bool has_next() { return next_pos_ < in()->length(); }
4198 if (has_next()) {
4824 ASSERT(has_next() && !IsSpecialClassEscape(Next()));