Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Windows/
DFileFind.h225 bool NextAny(CFileInfo &fileInfo, bool &found);
239 bool NextAny(CFileInfo &fileInfo);
296 bool NextAny(CDirEntry &fileInfo, bool &found);
DFileFind.cpp765 bool CEnumerator::NextAny(CFileInfo &fi) in NextAny() function in NWindows::NFile::NFind::CEnumerator
777 if (!NextAny(fi)) in Next()
1203 bool CEnumerator::NextAny(CDirEntry &fi, bool &found) in NextAny() function in NWindows::NFile::NFind::CEnumerator
1274 if (!NextAny(fi, found)) in Next()