reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
208 list_.clear(); 218 return list_.size() * sizeof(QuarantineBatch); 222 if (list_.empty() || list_.back()->count == QuarantineBatch::kSize) { 222 if (list_.empty() || list_.back()->count == QuarantineBatch::kSize) { 228 list_.back()->push_back(ptr, size); 234 list_.append_back(&from_cache->list_); 234 list_.append_back(&from_cache->list_); 241 list_.push_back(b); 246 if (list_.empty()) 248 QuarantineBatch *b = list_.front(); 249 list_.pop_front(); 256 QuarantineBatch *current = list_.front(); 265 list_.extract(current, extracted); 281 for (List::ConstIterator it = list_.begin(); it != list_.end(); ++it) { 281 for (List::ConstIterator it = list_.begin(); it != list_.end(); ++it) {