Searched defs:has_next (Results 1 – 6 of 6) sorted by relevance
59 bool PageIterator::has_next() { in has_next() function94 bool NewSpacePageIterator::has_next() { in has_next() function
404 bool has_next() { return next_pos_ < in()->length(); } in has_next() function
6208 bool SpaceIterator::has_next() { in has_next() function in v8::internal::SpaceIterator
5976 bool has_next = buffer->has_more(); in ConvertCaseHelper() local
1153 int has_prev, has_next; in ext2fs_extent_set_bmap() local
2485 def has_next(self): member in TreeIterator