Home | History | Annotate | Download | only in src

Lines Matching refs:tmpvec

15952     Oscl_Vector<PVPlayerEngineCommand, OsclMemAllocator> tmpvec;
15953 tmpvec.reserve(aVec.size());
15954 tmpvec.clear();
15968 tmpvec.push_back(aVec[i]);
15972 while (tmpvec.empty() == false)
15974 aVec.push_front(tmpvec[0]);
15975 tmpvec.erase(tmpvec.begin());
15988 Oscl_Vector<PVPlayerEngineCommand, OsclMemAllocator> tmpvec;
15989 tmpvec.reserve(aVec.size());
15990 tmpvec.clear();
16004 tmpvec.push_back(aVec.top());
16008 while (tmpvec.empty() == false)
16010 aVec.push(tmpvec[0]);
16011 tmpvec.erase(tmpvec.begin());