reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
281 for (List::ConstIterator it = list_.begin(); it != list_.end(); ++it) { 281 for (List::ConstIterator it = list_.begin(); it != list_.end(); ++it) { 283 total_bytes += (*it).size; 284 total_overhead_bytes += (*it).size - (*it).quarantined_size(); 284 total_overhead_bytes += (*it).size - (*it).quarantined_size(); 285 total_quarantine_chunks += (*it).count;