Home | History | Annotate | Download | only in src

Lines Matching defs:PushFront

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