Home | History | Annotate | Download | only in test

Lines Matching refs:InsertAfter

469 // Tests inserting at the beginning using List::InsertAfter().
475 a.InsertAfter(NULL, 1);
481 a.InsertAfter(NULL, 2);
487 a.InsertAfter(NULL, 3);
495 // List::InsertAfter().
502 a.InsertAfter(a.Last(), 2);
508 a.InsertAfter(a.Last(), 3);
515 a.InsertAfter(a.Head(), 4);