Searched refs:push_front (Results 1 – 6 of 6) sorted by relevance
34 vec.push_front(i); in runVectorFuzz()
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
362 mActiveStreams.push_front(stream); // newest to oldest in addToActiveQueue_l()
654 label.references.push_front(LabelReference{instruction_offset, field_offset}); in LabelValue()
760 to_unmount.push_front(std::string(mentry->mnt_dir)); in UnmountTree()