Searched refs:ifl2 (Results 1 – 1 of 1) sorted by relevance
420 ListType ifl2(storage2.begin(), storage2.end()); in SwapClear() local422 ASSERT_LISTS_EQUAL(ref2, ifl2); in SwapClear()424 ifl1.swap(ifl2); in SwapClear()426 ASSERT_LISTS_EQUAL(ref2, ifl2); in SwapClear()430 ASSERT_LISTS_EQUAL(ref2, ifl2); in SwapClear()432 swap(ifl1, ifl2); in SwapClear()434 ASSERT_LISTS_EQUAL(ref2, ifl2); in SwapClear()438 ASSERT_LISTS_EQUAL(ref2, ifl2); in SwapClear()454 ListType ifl2; in SpliceAfter() local456 ASSERT_LISTS_EQUAL(ref2, ifl2); in SpliceAfter()[all …]