Searched refs:mLast (Results 1 – 1 of 1) sorted by relevance
121 if (mLast) { in push_back()122 mLast->mNext = node; in push_back()124 node->mPrev = mLast; in push_back()126 mLast = node; in push_back()141 if (mLast == nullptr) { in push_front()142 mLast = node; in push_front()149 return *mLast; in back()154 return *mLast; in back()174 erase(mLast); in pop_back()208 mLast = prev; in erase()[all …]