D | intrusive_forward_list_test.cc | 169 std::forward_list<int> ref({ 1, 2, 7 }); in ConstructRange() local 206 std::forward_list<int> ref; in PushPop() local 239 std::forward_list<int> ref; in InsertAfter1() local 278 std::forward_list<int> ref; in InsertAfter2() local 312 std::forward_list<int> ref({ 1, 2, 7, 4, 5 }); in EraseAfter1() local 375 std::forward_list<int> ref({ 1, 2, 7, 4, 5, 3, 2, 8, 9 }); in EraseAfter2() local 567 std::forward_list<int> ref({ 3, 1, 2, 7, 4, 5, 4, 8, 7 }); in Remove() local 596 std::forward_list<int> ref({ 3, 1, 1, 2, 3, 3, 7, 7, 4, 4, 5, 7 }); in Unique() local 653 std::forward_list<int> ref({ 2, 9, 8, 3, 7, 4, 1, 5, 3, 0 }); in Sort1() local 674 std::forward_list<int> ref({ 2, 9, 8, 3, 7, 4, 1, 5, 3, 0 }); in Sort2() local [all …]
|