Searched defs:has_next (Results 1 – 9 of 9) sorted by relevance
238 bool has_next() const in has_next() function267 bool has_next() const in has_next() function
38 bool PageIterator::has_next() { return next_page_ != &space_->anchor_; } in has_next() function95 bool NewSpacePageIterator::has_next() { return prev_page_ != last_page_; } in has_next() function
5554 bool SpaceIterator::has_next() { in has_next() function in v8::internal::SpaceIterator
250 bool has_next() { return next_pos_ < in()->length(); } in has_next() function
1156 int has_prev, has_next; in ext2fs_extent_set_bmap() local
828 bool has_next = stream.HasMore(); in ConvertCaseHelper() local
68 VGboolean (*has_next)(struct stroke_iterator *); member
1093 bool has_next = false; in next() local
2485 def has_next(self): member in TreeIterator