Searched defs:push_front (Results 1 – 10 of 10) sorted by relevance
83 push_front(const _Tp& __t) in push_front() function
210 void push_front(T &&V) { insert(begin(), std::move(V)); } in push_front() function212 void push_front(const T &V) { insert(begin(), V); } in push_front() function
144 void push_front(reference Node) { insert(begin(), Node); } in push_front() function
51 void push_front(Item *x) { in push_front() function
53 void push_front(Item *x) { in push_front() function
52 void push_front(Item *x) { in push_front() function
57 Task_list::push_front(Task* t) in push_front() function in gold::Task_list
543 void push_front(Node &N) { in push_front() function561 void push_front(T &N) { IntrusiveBackListBase::push_front(N); } in push_front() function