Searched defs:HasNext (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/androidfw/include/androidfw/ | ||
D | Chunk.h | 96 inline bool HasNext() const { return !HadError() && len_ != 0; }; in HasNext() function |
/frameworks/base/tools/aapt2/io/ | ||
D | FileSystem.cpp | 50 bool FileCollectionIterator::HasNext() { return current_ != end_; } in HasNext() function in aapt::io::FileCollectionIterator |
D | ZipArchive.cpp | 70 bool ZipFileCollectionIterator::HasNext() { return current_ != end_; } in HasNext() function in aapt::io::ZipFileCollectionIterator |
/frameworks/base/tools/aapt2/optimize/ | ||
D | VersionCollapser.cpp | 34 bool HasNext() { return current_ != end_; } in HasNext() function in aapt::FilterIterator |