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()56 items_.push_back(std::move(t)); in Push()63 items_.push_back(t); in Push()69 if (max_elements_ && max_elements_ == items_.size()) { in DropItemsIfAtCapacity()70 max_elements_handler_(&items_); in DropItemsIfAtCapacity()78 QueueImpl items_; variable