Home
last modified time | relevance | path

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

/system/netd/
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