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

/system/core/libpixelflinger/codeflinger/tinyutils/
H A DVector.h128 //! pop the top of the stack (removes the last element). No-op if the stack's empty
129 inline void pop();
291 void Vector<TYPE>::pop() { function in class:android::tinyutils::Vector
292 VectorImpl::pop();
H A DVectorImpl.cpp148 void VectorImpl::pop() function in class:android::tinyutils::VectorImpl
/system/core/libutils/
H A DVectorImpl.cpp218 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 85 milliseconds