Searched refs:last_ (Results 1 – 4 of 4) sorted by relevance
32 first_ = last_ = 0; 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_ = 0; in pop_front()73 Item *back() { return last_; } in back()82 l->last_->next = first_; in append_front()96 last_->next = l->first_; in append_back()97 last_ = l->last_; in append_back()[all …]
31 , last_() { in Vector()44 last_ = 0; in Reset()97 T *last_; variable102 if (size <= (uptr)(last_ - begin_)) { in EnsureSize()106 uptr cap0 = last_ - begin_; in EnsureSize()119 last_ = begin_ + cap; in EnsureSize()
179 struct timeval last_; /* time last packet sent */ member
1327 TV_DELTA(&ifd->ifnow_, &cl->last_, idle); in rmc_update_class_util()1380 cl->last_ = ifd->ifnow_; in rmc_update_class_util()