Searched defs:has_next (Results 1 - 7 of 7) sorted by last modified time

/external/v8/src/
H A Dheap.cc5249 while (it.has_next()) {
5388 while (pages.has_next()) {
5416 while (pages.has_next()) {
6208 bool SpaceIterator::has_next() { function in class:v8::internal::SpaceIterator
6393 while (space_iterator_->has_next()) {
H A Dparser.h404 bool has_next() { return next_pos_ < in()->length(); } function in class:v8::internal::RegExpParser
H A Dspaces-inl.h59 bool PageIterator::has_next() { function in class:v8::internal::PageIterator
65 ASSERT(has_next());
94 bool NewSpacePageIterator::has_next() { function in class:v8::internal::NewSpacePageIterator
100 ASSERT(has_next());
/external/mesa3d/src/glsl/
H A Dlist.h242 bool has_next() const function in class:iterator
271 bool has_next() const function in class:exec_list_iterator
282 for (iter_type iter = (container) . iterator(); iter.has_next(); iter.next())
/external/e2fsprogs/lib/ext2fs/
H A Dextent.c1153 int has_prev, has_next; local
1238 has_next = 0;
1244 has_next = 1;
1294 } else if (has_next &&
1340 if (has_next &&
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dtree.py2485 def has_next(self): member in class:TreeIterator
2503 if not self.has_next():
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtree.rb1289 def has_next?

Completed in 296 milliseconds