Searched refs:last_ (Results 1 – 6 of 6) sorted by relevance
32 first_ = last_ = nullptr; in clear()42 first_ = last_ = x; in push_back()46 last_->next = x; in push_back()47 last_ = x; in push_back()55 first_ = last_ = x; in push_front()68 last_ = nullptr; in pop_front()78 if (last_ == x) in extract()79 last_ = prev; in extract()85 Item *back() { return last_; } in back()86 const Item *back() const { return last_; } in back()[all …]
26 Vector() : begin_(), end_(), last_() {} in Vector()38 last_ = 0; in Reset()94 T *last_; variable99 if (size <= (uptr)(last_ - begin_)) { in EnsureSize()103 uptr cap0 = last_ - begin_; in EnsureSize()116 last_ = begin_ + cap; in EnsureSize()
29 RB->last_ = RB->next_ = reinterpret_cast<T*>(End - sizeof(T)); in New()36 return last_ + 1 - in size()54 next_ = last_; in push()60 if (IdxNext > last_ - next_)76 T *last_; variable
75 Queue() : head_(nullptr), last_(nullptr), size_(0) {} in Queue()94 head_ = last_ = nullptr; in Clear()107 QueueNode<E>* Last() { return last_; } in Last()108 const QueueNode<E>* Last() const { return last_; } in Last()118 head_ = last_ = new_node; in Enqueue()121 last_->next_ = new_node; in Enqueue()122 last_ = new_node; in Enqueue()138 last_ = nullptr; in Dequeue()163 QueueNode<E>* last_; // The last node of the queue. variable
178 struct timeval last_; /* time last packet sent */ member
1317 TV_DELTA(&ifd->ifnow_, &cl->last_, idle); in rmc_update_class_util()1370 cl->last_ = ifd->ifnow_; in rmc_update_class_util()