Searched refs:mLast (Results 1 – 1 of 1) sorted by relevance
122 if (mLast) { in push_back()123 mLast->mNext = node; in push_back()125 node->mPrev = mLast; in push_back()127 mLast = node; in push_back()142 if (mLast == nullptr) { in push_front()143 mLast = node; in push_front()150 return *mLast; in back()155 return *mLast; in back()175 erase(mLast); in pop_back()209 mLast = prev; in erase()[all …]