Searched refs:mExportForEach (Results 1 – 2 of 2) sorted by relevance
109 mExportForEach.push_back(EFE); in processExportFunc()173 ExportForEachList::iterator begin = mExportForEach.begin(); in cleanupForEach()175 for (ExportForEachList::iterator I = begin, E = mExportForEach.end(); in cleanupForEach()185 mExportForEach.erase(I); in cleanupForEach()186 mExportForEach.push_front(EFE); in cleanupForEach()198 mExportForEach.push_front(DummyRoot); in cleanupForEach()
102 ExportForEachList mExportForEach; variable194 return mExportForEach.begin(); in export_foreach_begin()197 return mExportForEach.end(); in export_foreach_end()199 inline bool hasExportForEach() const { return !mExportForEach.empty(); } in hasExportForEach()