Lines Matching refs:mBatches
214 for (int i = mBatches.size() - 1; i >= 0; i--) {
215 BatchBase* overBatch = mBatches[i];
292 size_t insertBatchIndex = mBatches.size();
304 mBatches.insert(mBatches.begin() + insertBatchIndex, targetBatch);
322 size_t insertBatchIndex = mBatches.size();
333 mBatches.insert(mBatches.begin() + insertBatchIndex, targetBatch);
346 for (const BatchBase* batch : mBatches) {
368 mBatches.clear();
379 for (const BatchBase* batch : mBatches) {