Home
last modified time | relevance | path

Searched defs:push_front (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/libutils/include/utils/
H A DList.h209 void push_front(const T& val) { insert(begin(), val); } in push_front() function
H A DVector.h207 inline void push_front(const TYPE& item) { insertAt(item, 0, 1); } in push_front() function