Lines Matching refs:mBatches
280 Batch& batch = mBatches[batchIndex]; in consume()
296 mBatches.erase(mBatches.begin() + batchIndex); in consume()
303 mBatches.erase(mBatches.begin() + batchIndex); in consume()
320 mBatches.push_back(batch); in consume()
397 for (size_t i = mBatches.size(); i > 0;) { in consumeBatch()
399 Batch& batch = mBatches[i]; in consumeBatch()
402 mBatches.erase(mBatches.begin() + i); in consumeBatch()
418 mBatches.erase(mBatches.begin() + i); in consumeBatch()
800 return !mBatches.empty(); in hasPendingBatch()
804 if (mBatches.empty()) { in getPendingBatchSource()
808 const Batch& batch = mBatches[0]; in getPendingBatchSource()
818 for (size_t i = 0; i < mBatches.size(); i++) { in findBatch()
819 const Batch& batch = mBatches[i]; in findBatch()
871 for (const Batch& batch : mBatches) { in dump()
940 if (mBatches.empty()) { in dump()