Searched defs:hasNext (Results 1 – 3 of 3) sorted by relevance
60 abstract fun hasNext(): Boolean in calculateSize() method in androidx.graphics.path.PathIteratorImpl189 override fun hasNext(): Boolean = platformIterator.hasNext() in hasNext() method277 override fun hasNext(): Boolean = internalPathIteratorHasNext(internalPathIterator) in hasNext() method
77 override fun hasNext(): Boolean = implementation.hasNext() method in androidx.graphics.path.PathIterator
58 bool hasNext() const noexcept { return mIndex > 0; } in hasNext() function