OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DirIterator
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/Support/
Directory.cpp
152
//
DirIterator
153
DirIterator
::
DirIterator
(Directory* pParent,
154
const
DirIterator
::DirCache::iterator& pIter)
160
DirIterator
::
DirIterator
(const
DirIterator
& pCopy)
166
DirIterator
::~
DirIterator
()
170
Path*
DirIterator
::path(
[
all
...]
/frameworks/compile/mclinker/include/mcld/Support/
Directory.h
27
class
DirIterator
;
36
friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(
DirIterator
& pIter);
40
friend class
DirIterator
;
43
typedef
DirIterator
iterator;
98
/** \class
DirIterator
99
* \brief A
DirIterator
object can traverse all entries in a Directory
101
*
DirIterator
will open the directory and add entry into Directory::m_Cache
102
*
DirIterator
() is the end of a directory.
104
* equal to the end iterator value -
DirIterator
().
108
class
DirIterator
[
all
...]
Completed in 33 milliseconds