Searched refs:ExportForEachList (Results 1 – 2 of 2) sorted by relevance
63 typedef std::list<RSExportForEach*> ExportForEachList; typedef101 ExportForEachList mExportForEach;188 typedef ExportForEachList::const_iterator const_export_foreach_iterator;
192 ExportForEachList::iterator begin = mExportForEach.begin(); in cleanupForEach()194 for (ExportForEachList::iterator I = begin, E = mExportForEach.end(); in cleanupForEach()