Searched defs:pop (Results 1 - 2 of 2) sorted by relevance

/system/core/libutils/
H A DVectorImpl.cpp228 void VectorImpl::pop() function in class:android::VectorImpl
/system/core/include/utils/
H A DVector.h143 //! pop the top of the stack (removes the last element). No-op if the stack's empty
144 inline void pop();
352 void Vector<TYPE>::pop() { function in class:android::Vector
353 VectorImpl::pop();

Completed in 469 milliseconds