reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
37 this->size = size + sizeof(QuarantineBatch); // Account for the batch size. 42 return size - sizeof(QuarantineBatch); 48 this->size += size; 57 CHECK_GE(size, sizeof(QuarantineBatch)); 62 size += from->quarantined_size(); 65 from->size = sizeof(QuarantineBatch); 242 SizeAdd(b->size); 250 SizeSub(b->size); 263 CHECK_EQ(extracted->size, sizeof(QuarantineBatch)); 266 extracted_size += extracted->size; 283 total_bytes += (*it).size; 284 total_overhead_bytes += (*it).size - (*it).quarantined_size();