Searched refs:mExportForEach (Results 1 – 2 of 2) sorted by relevance
128 mExportForEach.push_back(EFE); in processExportFunc()192 ExportForEachList::iterator begin = mExportForEach.begin(); in cleanupForEach()194 for (ExportForEachList::iterator I = begin, E = mExportForEach.end(); in cleanupForEach()204 mExportForEach.erase(I); in cleanupForEach()205 mExportForEach.push_front(EFE); in cleanupForEach()217 mExportForEach.push_front(DummyRoot); in cleanupForEach()
101 ExportForEachList mExportForEach; variable190 return mExportForEach.begin(); in export_foreach_begin()193 return mExportForEach.end(); in export_foreach_end()195 inline bool hasExportForEach() const { return !mExportForEach.empty(); } in hasExportForEach()