Searched refs:items_ (Results 1 – 1 of 1) sorted by relevance
45 while (items_.empty()) { in Pop()48 auto t = std::move(items_.front()); in Pop()49 items_.pop_front(); in Pop()55 while (items_.empty()) { in PopAll()58 return std::move(items_); in PopAll()64 items_.push_back(std::move(t)); in Push()71 items_.push_back(t); in Push()77 if (max_elements_ && max_elements_ == items_.size()) { in DropItemsIfAtCapacity()78 max_elements_handler_(&items_); in DropItemsIfAtCapacity()86 QueueImpl items_; variable