Searched defs:push_front (Results 1 – 4 of 4) sorted by relevance
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