Home
last modified time | relevance | path

Searched defs:HasNext (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/androidfw/include/androidfw/
DChunk.h96 inline bool HasNext() const { return !HadError() && len_ != 0; }; in HasNext() function
/frameworks/base/tools/aapt2/io/
DFileSystem.cpp50 bool FileCollectionIterator::HasNext() { return current_ != end_; } in HasNext() function in aapt::io::FileCollectionIterator
DZipArchive.cpp70 bool ZipFileCollectionIterator::HasNext() { return current_ != end_; } in HasNext() function in aapt::io::ZipFileCollectionIterator
/frameworks/base/tools/aapt2/optimize/
DVersionCollapser.cpp34 bool HasNext() { return current_ != end_; } in HasNext() function in aapt::FilterIterator