Searched refs:mExportForEach (Results 1 – 2 of 2) sorted by relevance
76 mExportForEach.push_back(nullptr); in RSContext()77 mFirstOldStyleKernel = mExportForEach.end(); in RSContext()133 mExportForEach[0] = EFE; in processExportFunc()139 mFirstOldStyleKernel = mExportForEach.insert(mFirstOldStyleKernel, EFE) + 1; in processExportFunc()142 mFirstOldStyleKernel - mExportForEach.begin() - 1) && in processExportFunc()148 mFirstOldStyleKernel = mExportForEach.insert(mFirstOldStyleKernel, EFE); in processExportFunc()281 if (valid && mExportForEach[0] == nullptr) { in processExports()282 const size_t numExportedForEach = mExportForEach.size(); in processExports()284 mExportForEach[0] = RSExportForEach::CreateDummyRoot(this); in processExports()287 mExportForEach.pop_back(); in processExports()
122 ExportForEachVector mExportForEach; variable248 return mExportForEach.begin(); in export_foreach_begin()251 return mExportForEach.end(); in export_foreach_end()253 inline bool hasExportForEach() const { return !mExportForEach.empty(); } in hasExportForEach()