Home | History | Annotate | Download | only in sanitizer_common

Lines Matching refs:list_

118     list_.clear();
126 if (list_.empty() || list_.back()->count == QuarantineBatch::kSize)
128 QuarantineBatch *b = list_.back();
135 list_.append_back(&c->list_);
141 list_.push_back(b);
146 if (list_.empty())
148 QuarantineBatch *b = list_.front();
149 list_.pop_front();
157 IntrusiveList<QuarantineBatch> list_;
168 list_.push_back(b);