Home | History | Annotate | Download | only in src

Lines Matching defs:PushFront

287   void PushFront(const E& element) { Insert(element, 0); }