Searched refs:nextOutput (Results 1 – 1 of 1) sorted by relevance
291 size_t nextOutput = 0; in groupNetworkStats() local293 if (lines->at(nextOutput) == lines->at(i)) { in groupNetworkStats()294 lines->at(nextOutput) += lines->at(i); in groupNetworkStats()296 nextOutput++; in groupNetworkStats()297 if (nextOutput != i) { in groupNetworkStats()298 lines->at(nextOutput) = lines->at(i); in groupNetworkStats()303 if (lines->size() != nextOutput + 1) { in groupNetworkStats()304 lines->resize(nextOutput + 1); in groupNetworkStats()