Home
last modified time | relevance | path

Searched refs:ProcessNext (Results 1 – 2 of 2) sorted by relevance

/build/tools/ijar/
Dzip.h144 virtual bool ProcessNext() = 0;
Dzip.cc93 virtual bool ProcessNext();
305 bool InputZipFile::ProcessNext() { in ProcessNext() function in devtools_ijar::InputZipFile
698 while (ProcessNext()) {} in ProcessAll()