Home
last modified time | relevance | path

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

/system/core/include/utils/
DVector.h195 inline void push_front(const TYPE& item) { insertAt(item, 0, 1); } in push_front() function
DList.h207 void push_front(const T& val) { insert(begin(), val); } in push_front() function
/system/netd/server/
DList.h208 void push_front(const T& val) { insert(begin(), val); } in push_front() function
/system/core/include/sysutils/
DList.h208 void push_front(const T& val) { insert(begin(), val); } in push_front() function
/system/keymaster/
DList.h207 void push_front(const T& val) { insert(begin(), val); } in push_front() function