Searched defs:push_front (Results 1 – 6 of 6) sorted by relevance
93 void push_front(T* const element) { in push_front() function
209 void push_front(const T& val) { insert(begin(), val); } in push_front() function
207 inline void push_front(const TYPE& item) { insertAt(item, 0, 1); } in push_front() function
186 void push_front(const T& val) { insert(begin(), val); } in push_front() function
317 bool push_front(const keymaster_blob_t& new_entry) { in push_front() function
188 void push_front(value_type& value) { in push_front() function