Searched refs:mExportForEach (Results 1 – 2 of 2) sorted by relevance
75 mExportForEach.push_back(nullptr); in RSContext()76 mFirstOldStyleKernel = mExportForEach.end(); in RSContext()132 mExportForEach[0] = EFE; in processExportFunc()138 mFirstOldStyleKernel = mExportForEach.insert(mFirstOldStyleKernel, EFE) + 1; in processExportFunc()141 mFirstOldStyleKernel - mExportForEach.begin() - 1) && in processExportFunc()147 mFirstOldStyleKernel = mExportForEach.insert(mFirstOldStyleKernel, EFE); in processExportFunc()280 if (valid && mExportForEach[0] == nullptr) { in processExports()281 const size_t numExportedForEach = mExportForEach.size(); in processExports()283 mExportForEach[0] = RSExportForEach::CreateDummyRoot(this); in processExports()286 mExportForEach.pop_back(); in processExports()
117 ExportForEachVector mExportForEach; variable236 return mExportForEach.begin(); in export_foreach_begin()239 return mExportForEach.end(); in export_foreach_end()241 inline bool hasExportForEach() const { return !mExportForEach.empty(); } in hasExportForEach()