Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileFind.h116 bool NextAny(CFileInfo &fileInfo);
135 bool NextAny(CFileInfo &fileInfo);
DFileFind.cpp621 bool CEnumerator::NextAny(CFileInfo &fi) in NextAny() function in NWindows::NFile::NFind::CEnumerator
633 if (!NextAny(fi)) in Next()