Lines Matching refs:CEnumerator
694 CEnumerator enumerator;
763 void CEnumerator::SetDirPrefix(const FString &dirPrefix)
769 bool CEnumerator::NextAny(CFileInfo &fi)
777 bool CEnumerator::Next(CFileInfo &fi)
788 bool CEnumerator::Next(CFileInfo &fi, bool &found)
1179 CEnumerator::~CEnumerator()
1185 void CEnumerator::SetDirPrefix(const FString &dirPrefix)
1207 bool CEnumerator::NextAny(CDirEntry &fi, bool &found)
1272 bool CEnumerator::Next(CDirEntry &fi, bool &found)
1297 bool CEnumerator::Next(CDirEntry &fileInfo, bool &found)
1306 bool CEnumerator::Fill_FileInfo(const CDirEntry &de, CFileInfo &fileInfo, bool followLink) const