Searched defs:HasNext (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tools/aapt2/text/
H A DUtf8Iterator.cpp42 bool Utf8Iterator::HasNext() const { function in class:aapt::text::Utf8Iterator
51 while (amount > 0 && HasNext()) {
58 CHECK(HasNext()) << "Next() called after iterator exhausted";
/frameworks/base/tools/aapt2/io/
H A DFileSystem.cpp50 bool FileCollectionIterator::HasNext() { return current_ != end_; } function in class:aapt::io::FileCollectionIterator
H A DZipArchive.cpp70 bool ZipFileCollectionIterator::HasNext() { return current_ != end_; } function in class:aapt::io::ZipFileCollectionIterator
/frameworks/base/libs/androidfw/include/androidfw/
H A DChunk.h76 // while (iter.HasNext()) {
96 inline bool HasNext() const { return !HadError() && len_ != 0; }; function in class:android::ChunkIterator
/frameworks/base/tools/aapt2/optimize/
H A DVersionCollapser.cpp34 bool HasNext() { return current_ != end_; } function in class:aapt::FilterIterator
105 while (filter_iter.HasNext()) {

Completed in 182 milliseconds