reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
30 this->Size = Size + sizeof(QuarantineBatch); // Account for the Batch Size. 34 uptr getQuarantinedSize() const { return Size - sizeof(QuarantineBatch); } 39 this->Size += Size; 53 Size += From->getQuarantinedSize(); 56 From->Size = sizeof(QuarantineBatch); 99 addToSize(B->Size); 107 subFromSize(B->Size); 123 ExtractedSize += Extracted->Size; 140 TotalBytes += Batch.Size; 141 TotalOverheadBytes += Batch.Size - Batch.getQuarantinedSize();