Searched defs:push_front (Results 1 – 6 of 6) sorted by relevance
97 void push_front(T *X) { in push_front() function157 void push_front(T *X) { in push_front() function
209 void push_front(T &&V) { insert(begin(), std::move(V)); } in push_front() function211 void push_front(const T &V) { insert(begin(), V); } in push_front() function
142 void push_front(reference Node) { insert(begin(), Node); } push_front() function
52 void push_front(Item *x) { in push_front() function
550 void push_front(Node &N) { in push_front() function568 void push_front(T &N) { IntrusiveBackListBase::push_front(N); } in push_front() function
415 inline void EtmV4P0Stack::push_front(TrcStackElem *pElem) in push_front() function