Searched refs:finalBatch (Results 1 – 1 of 1) sorted by relevance
333 auto finalBatch = array_view(queryResults.data() + tasks * taskSize, remaining); in Update() local334 for (const ComponentQuery::ResultRow& row : finalBatch) { in Update()